Lines Matching refs:s_blocksize
673 EXT2FS_VERSION, EXT2FS_DATE, sb->s_blocksize, in ext2_setup_super()
968 if (sb->s_blocksize != blocksize) { in ext2_fill_super()
1017 sbi->s_inodes_per_block = sb->s_blocksize / EXT2_INODE_SIZE(sb); in ext2_fill_super()
1022 sbi->s_desc_per_block = sb->s_blocksize / in ext2_fill_super()
1034 if (sb->s_blocksize != bh->b_size) { in ext2_fill_super()
1047 if (sbi->s_blocks_per_group > sb->s_blocksize * 8) { in ext2_fill_super()
1061 sbi->s_inodes_per_group > sb->s_blocksize * 8) { in ext2_fill_super()
1457 buf->f_bsize = sb->s_blocksize; in ext2_statfs()
1491 int offset = off & (sb->s_blocksize - 1); in ext2_quota_read()
1504 tocopy = min_t(size_t, sb->s_blocksize - offset, toread); in ext2_quota_read()
1507 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read()
1535 int offset = off & (sb->s_blocksize - 1); in ext2_quota_write()
1542 tocopy = min_t(size_t, sb->s_blocksize - offset, towrite); in ext2_quota_write()
1545 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write()