Home
last modified time | relevance | path

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

/linux-4.19.296/fs/sysv/
Dsysv.h39 struct buffer_head *s_bh1; member
119 mark_buffer_dirty(sbi->s_bh1); in dirty_sb()
120 if (sbi->s_bh1 != sbi->s_bh2) in dirty_sb()
Dsuper.c49 struct buffer_head *bh1 = sbi->s_bh1; in detected_xenix()
81 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv4()
109 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv2()
137 struct buffer_head *bh1 = sbi->s_bh1; in detected_coherent()
409 sbi->s_bh1 = bh1; in sysv_fill_super()
515 sbi->s_bh1 = bh; in v7_fill_super()
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()
Dialloc.c44 if (sbi->s_bh1 == sbi->s_bh2) in sv_sb_fic_inode()