Home
last modified time | relevance | path

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

/fs/sysv/
Dinode.c54 mark_buffer_dirty(sbi->s_bh2); in sysv_write_super()
78 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
79 mark_buffer_dirty(sbi->s_bh2); in sysv_put_super()
83 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
84 brelse(sbi->s_bh2); in sysv_put_super()
Dsysv.h40 struct buffer_head *s_bh2; member
119 if (sbi->s_bh1 != sbi->s_bh2) in dirty_sb()
120 mark_buffer_dirty(sbi->s_bh2); in dirty_sb()
Dsuper.c50 struct buffer_head *bh2 = sbi->s_bh2; in detected_xenix()
82 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv4()
110 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv2()
159 struct buffer_head *bh2 = sbi->s_bh2; in detected_v7()
411 sbi->s_bh2 = bh; in sysv_fill_super()
489 sbi->s_bh2 = bh; in v7_fill_super()
Dialloc.c42 if (sbi->s_bh1 == sbi->s_bh2) in sv_sb_fic_inode()