Searched refs:blkszbits (Results 1 – 2 of 2) sorted by relevance
130 unsigned int blkszbits; in erofs_read_superblock() local158 blkszbits = dsb->blkszbits; in erofs_read_superblock()160 if (blkszbits != LOG_BLOCK_SIZE) { in erofs_read_superblock()162 1 << blkszbits); in erofs_read_superblock()
28 __u8 blkszbits; /* support block_size == PAGE_SIZE only */ member