Lines Matching refs:buffer_head
49 struct buffer_head *bh1 = sbi->s_bh1; in detected_xenix()
50 struct buffer_head *bh2 = sbi->s_bh2; in detected_xenix()
81 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv4()
82 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv4()
109 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv2()
110 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv2()
137 struct buffer_head *bh1 = sbi->s_bh1; in detected_coherent()
159 struct buffer_head *bh2 = sbi->s_bh2; 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 *);
354 struct buffer_head *bh1, *bh = NULL; in sysv_fill_super()
437 static int v7_sanity_check(struct super_block *sb, struct buffer_head *bh) in v7_sanity_check()
441 struct buffer_head *bh2; in v7_sanity_check()
476 struct buffer_head *bh; in v7_fill_super()