Lines Matching refs:s_num_blocks
28 if (block >= sbi->s_num_blocks) in omfs_bread()
283 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
284 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
346 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
358 if (block >= sbi->s_num_blocks) in omfs_get_imap()
500 sbi->s_num_blocks = be64_to_cpu(omfs_sb->s_num_blocks); in omfs_fill_super()
507 if (sbi->s_num_blocks > OMFS_MAX_BLOCKS) { in omfs_fill_super()
509 (unsigned long long)sbi->s_num_blocks); in omfs_fill_super()
548 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()
551 (unsigned long long)sbi->s_num_blocks, in omfs_fill_super()
557 sbi->s_bitmap_ino > sbi->s_num_blocks) { in omfs_fill_super()
561 (unsigned long long) sbi->s_num_blocks); in omfs_fill_super()