Home
last modified time | relevance | path

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

/linux/fs/omfs/
A Dinode.c27 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()
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()
[all …]
A Domfs_fs.h27 __be64 s_num_blocks; /* total number of FS blocks */ member
A Domfs.h12 u64 s_num_blocks; member
A Ddir.c322 (ino > sbi->s_num_blocks)); in omfs_is_bad()

Completed in 6 milliseconds