LOG_BLOCK_SIZE 349 fs/erofs/data.c erofs_blk_t blks = i_size_read(inode) >> LOG_BLOCK_SIZE; LOG_BLOCK_SIZE 196 fs/erofs/internal.h #define EROFS_BLKSIZ (1 << LOG_BLOCK_SIZE) LOG_BLOCK_SIZE 126 fs/erofs/super.c if (blkszbits != LOG_BLOCK_SIZE) { LOG_BLOCK_SIZE 19 fs/erofs/zmap.c vi->z_logical_clusterbits = LOG_BLOCK_SIZE; LOG_BLOCK_SIZE 73 fs/erofs/zmap.c vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); LOG_BLOCK_SIZE 77 fs/erofs/zmap.c if (vi->z_physical_clusterbits[0] != LOG_BLOCK_SIZE) {