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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c53 mark_buffer_dirty(sbi->s_bh2);
76 if (sbi->s_bh1 != sbi->s_bh2)
77 mark_buffer_dirty(sbi->s_bh2);
81 if (sbi->s_bh1 != sbi->s_bh2)
82 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;
411 sbi->s_bh2 = bh;
489 sbi->s_bh2 = bh;
H A Dialloc.c42 if (sbi->s_bh1 == sbi->s_bh2)

Completed in 34 milliseconds