Home
last modified time | relevance | path

Searched refs:s_bh1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/sysv/
H A Dsysv.h37 struct buffer_head *s_bh1; member
117 mark_buffer_dirty(sbi->s_bh1); in dirty_sb()
118 if (sbi->s_bh1 != sbi->s_bh2) in dirty_sb()
H A Dinode.c76 mark_buffer_dirty(sbi->s_bh1); in sysv_put_super()
77 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
81 brelse(sbi->s_bh1); in sysv_put_super()
82 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
H A Dsuper.c50 struct buffer_head *bh1 = sbi->s_bh1; in detected_xenix()
82 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv4()
110 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv2()
138 struct buffer_head *bh1 = sbi->s_bh1; in detected_coherent()
410 sbi->s_bh1 = bh1; in sysv_fill_super()
516 sbi->s_bh1 = bh; in v7_fill_super()
H A Dialloc.c44 if (sbi->s_bh1 == sbi->s_bh2) in sv_sb_fic_inode()