Lines Matching refs:s_num_blocks
27 if (block >= sbi->s_num_blocks) in omfs_bread()
282 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
283 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
345 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
357 if (block >= sbi->s_num_blocks) in omfs_get_imap()
499 sbi->s_num_blocks = be64_to_cpu(omfs_sb->s_num_blocks); in omfs_fill_super()
506 if (sbi->s_num_blocks > OMFS_MAX_BLOCKS) { in omfs_fill_super()
508 (unsigned long long)sbi->s_num_blocks); in omfs_fill_super()
547 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()
550 (unsigned long long)sbi->s_num_blocks, in omfs_fill_super()
556 sbi->s_bitmap_ino > sbi->s_num_blocks) { in omfs_fill_super()
560 (unsigned long long) sbi->s_num_blocks); in omfs_fill_super()