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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsysv.h40 struct buffer_head *s_bh2; member in struct:sysv_sb_info
119 if (sbi->s_bh1 != sbi->s_bh2)
120 mark_buffer_dirty(sbi->s_bh2);
H A Dinode.c52 mark_buffer_dirty(sbi->s_bh2);
89 if (sbi->s_bh1 != sbi->s_bh2)
90 mark_buffer_dirty(sbi->s_bh2);
94 if (sbi->s_bh1 != sbi->s_bh2)
95 brelse(sbi->s_bh2);
H A Dsuper.c50 struct buffer_head *bh2 = sbi->s_bh2;
82 struct buffer_head *bh2 = sbi->s_bh2;
110 struct buffer_head *bh2 = sbi->s_bh2;
159 struct buffer_head *bh2 = sbi->s_bh2;
410 sbi->s_bh2 = bh;
515 sbi->s_bh2 = bh;
H A Dialloc.c43 if (sbi->s_bh1 == sbi->s_bh2)

Completed in 61 milliseconds