Home
last modified time | relevance | path

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

/linux-4.19.296/fs/sysv/
Dinode.c52 mark_buffer_dirty(sbi->s_bh2); in sysv_sync_fs()
77 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
78 mark_buffer_dirty(sbi->s_bh2); in sysv_put_super()
82 if (sbi->s_bh1 != sbi->s_bh2) in sysv_put_super()
83 brelse(sbi->s_bh2); in sysv_put_super()
Dsysv.h40 struct buffer_head *s_bh2; member
120 if (sbi->s_bh1 != sbi->s_bh2) in dirty_sb()
121 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()
410 sbi->s_bh2 = bh; in sysv_fill_super()
516 sbi->s_bh2 = bh; in v7_fill_super()
Dialloc.c44 if (sbi->s_bh1 == sbi->s_bh2) in sv_sb_fic_inode()