Home
last modified time | relevance | path

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

/linux-6.12.1/fs/omfs/
Domfs.h11 struct omfs_sb_info { struct
30 static inline sector_t clus_to_blk(struct omfs_sb_info *sbi, sector_t block) in clus_to_blk() argument
35 static inline struct omfs_sb_info *OMFS_SB(struct super_block *sb) in OMFS_SB()
51 extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
Dbitmap.c12 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_count_free()
54 struct omfs_sb_info *sbi = OMFS_SB(sb); in set_run()
94 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_allocate_block()
136 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_allocate_range()
177 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_clear_range()
Dinode.c26 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_bread()
39 struct omfs_sb_info *sbi = OMFS_SB(dir->i_sb); in omfs_new_inode()
105 struct omfs_sb_info *sbi = OMFS_SB(inode->i_sb); in __omfs_write_inode()
204 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_iget()
265 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_put_super()
274 struct omfs_sb_info *sbi = OMFS_SB(s); in omfs_statfs()
295 struct omfs_sb_info *sbi = OMFS_SB(root->d_sb); in omfs_show_options()
337 struct omfs_sb_info *sbi = OMFS_SB(sb); in omfs_get_imap()
400 static int parse_options(char *options, struct omfs_sb_info *sbi) in parse_options()
457 struct omfs_sb_info *sbi; in omfs_fill_super()
[all …]
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()