Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfsplus/
Doptions.c17 void fill_defaults(struct hfsplus_sb_info *opts) in fill_defaults()
34 void fill_current(struct hfsplus_sb_info *curopts, in fill_current()
35 struct hfsplus_sb_info *opts) in fill_current()
87 int parse_options(char *input, struct hfsplus_sb_info *results) in parse_options()
Dhfsplus_fs.h120 struct hfsplus_sb_info { struct
290 int parse_options(char *, struct hfsplus_sb_info *);
291 void fill_defaults(struct hfsplus_sb_info *);
292 void fill_current(struct hfsplus_sb_info *, struct hfsplus_sb_info *);
307 #define HFSPLUS_SB(super) (*(struct hfsplus_sb_info *)&(super)->u)
320 #define HFSPLUS_SB(super) (*(struct hfsplus_sb_info *)(super)->s_fs_info)
Dsuper.c280 struct hfsplus_sb_info *sbi; in hfsplus_read_super()
286 sbi = kmalloc(sizeof(struct hfsplus_sb_info), GFP_KERNEL); in hfsplus_read_super()
298 …if (sizeof(struct super_block) - offsetof(struct super_block, u) < sizeof(struct hfsplus_sb_info))… in hfsplus_read_super()