Lines Matching refs:s_num_blocks
27 if (block >= sbi->s_num_blocks) in omfs_bread()
281 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
282 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
344 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
356 if (block >= sbi->s_num_blocks) in omfs_get_imap()
498 sbi->s_num_blocks = be64_to_cpu(omfs_sb->s_num_blocks); in omfs_fill_super()
505 if (sbi->s_num_blocks > OMFS_MAX_BLOCKS) { in omfs_fill_super()
507 (unsigned long long)sbi->s_num_blocks); in omfs_fill_super()
546 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()
549 (unsigned long long)sbi->s_num_blocks, in omfs_fill_super()
555 sbi->s_bitmap_ino > sbi->s_num_blocks) { in omfs_fill_super()
559 (unsigned long long) sbi->s_num_blocks); in omfs_fill_super()