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

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

Completed in 119 milliseconds