Home
last modified time | relevance | path

Searched refs:omfs_sb_info (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/omfs/
Domfs.h10 struct omfs_sb_info { struct
29 static inline sector_t clus_to_blk(struct omfs_sb_info *sbi, sector_t block) in clus_to_blk() argument
34 static inline struct omfs_sb_info *OMFS_SB(struct super_block *sb) in OMFS_SB()
50 extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
Dbitmap.c11 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_count_free()
53 struct omfs_sb_info *sbi = OMFS_SB(sb); in set_run()
93 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_allocate_block()
135 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_allocate_range()
176 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_clear_range()
Dinode.c24 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_bread()
37 struct omfs_sb_info *sbi = OMFS_SB(dir->i_sb); in omfs_new_inode()
103 struct omfs_sb_info *sbi = OMFS_SB(inode->i_sb); in __omfs_write_inode()
202 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_iget()
266 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_put_super()
275 struct omfs_sb_info *sbi = OMFS_SB(s); in omfs_statfs()
311 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_get_imap()
375 static int parse_options(char *options, struct omfs_sb_info *sbi) in parse_options()
432 struct omfs_sb_info *sbi; in omfs_fill_super()
438 sbi = kzalloc(sizeof(struct omfs_sb_info), GFP_KERNEL); in omfs_fill_super()
Dfile.c13 static u32 omfs_max_extents(struct omfs_sb_info *sbi, int offset) in omfs_max_extents()
33 struct omfs_sb_info *sbi = OMFS_SB(inode->i_sb); in omfs_shrink_inode()
121 struct omfs_sb_info *sbi = OMFS_SB(inode->i_sb); in omfs_grow_extent()
228 struct omfs_sb_info *sbi = OMFS_SB(inode->i_sb); in omfs_get_block()
Ddir.c86 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_make_empty()
316 int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header, in omfs_is_bad()