Lines Matching refs:sysv_sb_info
47 static void detected_xenix(struct sysv_sb_info *sbi, unsigned *max_links) in detected_xenix()
78 static void detected_sysv4(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv4()
106 static void detected_sysv2(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv2()
134 static void detected_coherent(struct sysv_sb_info *sbi, unsigned *max_links) in detected_coherent()
157 static void detected_v7(struct sysv_sb_info *sbi, unsigned *max_links) in detected_v7()
178 static int detect_xenix(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_xenix()
199 static int detect_sysv(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv()
252 static int detect_coherent(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_coherent()
265 static int detect_sysv_odd(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv_odd()
274 int (*test)(struct sysv_sb_info *, struct buffer_head *);
293 static void (*flavour_setup[])(struct sysv_sb_info *, unsigned *) = {
304 struct sysv_sb_info *sbi = SYSV_SB(sb); in complete_read_super()
355 struct sysv_sb_info *sbi; in sysv_fill_super()
365 sbi = kzalloc(sizeof(struct sysv_sb_info), GFP_KERNEL); in sysv_fill_super()
442 struct sysv_sb_info *sbi; in v7_sanity_check()
475 struct sysv_sb_info *sbi; in v7_fill_super()
483 sbi = kzalloc(sizeof(struct sysv_sb_info), GFP_KERNEL); in v7_fill_super()