Home
last modified time | relevance | path

Searched refs:hfs_sb_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/hfs/
Dsuper.c56 struct hfs_sb_info *sbi; in flush_mdb()
59 sbi = container_of(work, struct hfs_sb_info, mdb_work.work); in flush_mdb()
71 struct hfs_sb_info *sbi = HFS_SB(sb); in hfs_mark_mdb_dirty()
136 struct hfs_sb_info *sbi = HFS_SB(root->d_sb); in hfs_show_options()
230 static int parse_options(char *options, struct hfs_sb_info *hsb) in parse_options()
387 struct hfs_sb_info *sbi; in hfs_fill_super()
393 sbi = kzalloc(sizeof(struct hfs_sb_info), GFP_KERNEL); in hfs_fill_super()
Dhfs_fs.h100 struct hfs_sb_info { struct
253 #define HFS_SB(sb) ((struct hfs_sb_info *)(sb)->s_fs_info)
Dinode.c316 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_read_inode()
612 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_inode_setattr()