Searched refs:blkszbits (Results 1 – 4 of 4) sorted by relevance
44 u32 len = 1 << EROFS_SB(sb)->blkszbits, crc; in erofs_superblock_csum_verify()277 sbi->blkszbits = dsb->blkszbits; in erofs_read_superblock()278 if (sbi->blkszbits < 9 || sbi->blkszbits > PAGE_SHIFT) { in erofs_read_superblock()279 erofs_err(sb, "blkszbits %u isn't supported", sbi->blkszbits); in erofs_read_superblock()655 sbi->blkszbits = PAGE_SHIFT; in erofs_fc_fill_super()705 if (sb->s_blocksize_bits != sbi->blkszbits) { in erofs_fc_fill_super()712 sb->s_blocksize = 1 << sbi->blkszbits; in erofs_fc_fill_super()713 sb->s_blocksize_bits = sbi->blkszbits; in erofs_fc_fill_super()714 } else if (!sb_set_blocksize(sb, 1 << sbi->blkszbits)) { in erofs_fc_fill_super()728 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
515 inode->i_blkbits = EROFS_SB(sb)->blkszbits; in erofs_fscache_acquire_cookie()
739 (pend >> sbi->blkszbits) >= BIT_ULL(48))) in z_erofs_map_sanity_check()