Home
last modified time | relevance | path

Searched refs:LOG_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Dzmap.c19 vi->z_logical_clusterbits = LOG_BLOCK_SIZE; in z_erofs_fill_inode()
79 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
83 if (vi->z_physical_clusterbits[0] != LOG_BLOCK_SIZE) { in z_erofs_fill_inode_lazy()
H A Dinternal.h194 #define LOG_BLOCK_SIZE PAGE_SHIFT macro
202 #define EROFS_BLKSIZ (1 << LOG_BLOCK_SIZE)
H A Ddata.c323 erofs_blk_t blks = i_size_read(inode) >> LOG_BLOCK_SIZE; in erofs_bmap()
H A Dsuper.c160 /* 9(512 bytes) + LOG_SECTORS_PER_BLOCK == LOG_BLOCK_SIZE */ in erofs_read_superblock()
161 if (blkszbits != LOG_BLOCK_SIZE) { in erofs_read_superblock()

Completed in 4 milliseconds