Searched refs:blkszbits (Results 1 – 5 of 5) sorted by relevance
44 u32 len = 1 << EROFS_SB(sb)->blkszbits, crc; in erofs_superblock_csum_verify()273 sbi->blkszbits = dsb->blkszbits; in erofs_read_superblock()274 if (sbi->blkszbits < 9 || sbi->blkszbits > PAGE_SHIFT) { in erofs_read_superblock()275 erofs_err(sb, "blkszbits %u isn't supported", sbi->blkszbits); in erofs_read_superblock()651 sbi->blkszbits = PAGE_SHIFT; in erofs_fc_fill_super()701 if (sb->s_blocksize_bits != sbi->blkszbits) { in erofs_fc_fill_super()708 sb->s_blocksize = 1 << sbi->blkszbits; in erofs_fc_fill_super()709 sb->s_blocksize_bits = sbi->blkszbits; in erofs_fc_fill_super()710 } else if (!sb_set_blocksize(sb, 1 << sbi->blkszbits)) { in erofs_fc_fill_super()724 if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) { in erofs_fc_fill_super()
140 unsigned char blkszbits; /* filesystem block size in bit shift */ member
628 if (valuelen <= 0 || valuelen > (1 << sbi->blkszbits)) in erofs_xattr_fill_inode_fingerprint()
515 inode->i_blkbits = EROFS_SB(sb)->blkszbits; in erofs_fscache_acquire_cookie()
735 (pend >> sbi->blkszbits) >= BIT_ULL(48))) in z_erofs_map_sanity_check()