Lines Matching refs:s_num_blocks
27 if (block >= sbi->s_num_blocks) in omfs_bread()
279 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
280 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
342 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
354 if (block >= sbi->s_num_blocks) in omfs_get_imap()
496 sbi->s_num_blocks = be64_to_cpu(omfs_sb->s_num_blocks); in omfs_fill_super()
503 if (sbi->s_num_blocks > OMFS_MAX_BLOCKS) { in omfs_fill_super()
505 (unsigned long long)sbi->s_num_blocks); in omfs_fill_super()
544 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()
547 (unsigned long long)sbi->s_num_blocks, in omfs_fill_super()
553 sbi->s_bitmap_ino > sbi->s_num_blocks) { in omfs_fill_super()
557 (unsigned long long) sbi->s_num_blocks); in omfs_fill_super()