Home
last modified time | relevance | path

Searched refs:s_num_blocks (Results 1 – 3 of 3) sorted by relevance

/linux/fs/omfs/
H A Dinode.c28 if (block >= sbi->s_num_blocks) in omfs_bread()
280 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
281 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
343 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
355 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 ! in omfs_fill_super()
[all...]
H A Domfs.h12 u64 s_num_blocks; member
H A Ddir.c322 (ino > sbi->s_num_blocks)); in omfs_is_bad()