Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/omfs/
H A Dinode.c28 if (block >= sbi->s_num_blocks) in omfs_bread()
283 buf->f_blocks = sbi->s_num_blocks; in omfs_statfs()
284 buf->f_files = sbi->s_num_blocks; in omfs_statfs()
346 bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); in omfs_get_imap()
358 if (block >= sbi->s_num_blocks) in omfs_get_imap()
500 sbi->s_num_blocks = be64_to_cpu(omfs_sb->s_num_blocks); in omfs_fill_super()
507 if (sbi->s_num_blocks > OMFS_MAX_BLOCKS) { in omfs_fill_super()
509 (unsigned long long)sbi->s_num_blocks); in omfs_fill_super()
548 if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) { in omfs_fill_super()
551 (unsigned long long)sbi->s_num_blocks, in omfs_fill_super()
[all …]
H A Domfs_fs.h27 __be64 s_num_blocks; /* total number of FS blocks */ member
H A Domfs.h12 u64 s_num_blocks; member
H A Ddir.c321 (ino > sbi->s_num_blocks)); in omfs_is_bad()