Searched refs:blkszbits (Results 1 – 3 of 3) sorted by relevance
43 u32 len = 1 << EROFS_SB(sb)->blkszbits, crc; in erofs_superblock_csum_verify()284 sbi->blkszbits = dsb->blkszbits; in erofs_read_superblock()285 if (sbi->blkszbits < 9 || sbi->blkszbits > PAGE_SHIFT) { in erofs_read_superblock()286 erofs_err(sb, "blkszbits %u isn't supported", sbi->blkszbits); in erofs_read_superblock()640 sbi->blkszbits = PAGE_SHIFT; in erofs_fc_fill_super()690 if (sb->s_blocksize_bits != sbi->blkszbits) { in erofs_fc_fill_super()697 sb->s_blocksize = 1 << sbi->blkszbits; in erofs_fc_fill_super()698 sb->s_blocksize_bits = sbi->blkszbits; in erofs_fc_fill_super()699 } else if (!sb_set_blocksize(sb, 1 << sbi->blkszbits)) { in erofs_fc_fill_super()713 if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) { in erofs_fc_fill_super()
143 unsigned char blkszbits; /* filesystem block size in bit shift */ member
734 (pend >> sbi->blkszbits) >= BIT_ULL(48))) in z_erofs_map_sanity_check()