Searched refs:s_bh1 (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.h39 struct buffer_head *s_bh1; member in struct:sysv_sb_info
118 mark_buffer_dirty(sbi->s_bh1);
119 if (sbi->s_bh1 != sbi->s_bh2)
H A Dsuper.c49 struct buffer_head *bh1 = sbi->s_bh1;
81 struct buffer_head *bh1 = sbi->s_bh1;
109 struct buffer_head *bh1 = sbi->s_bh1;
137 struct buffer_head *bh1 = sbi->s_bh1;
410 sbi->s_bh1 = bh1;
488 sbi->s_bh1 = bh;
H A Dinode.c75 mark_buffer_dirty(sbi->s_bh1);
76 if (sbi->s_bh1 != sbi->s_bh2)
80 brelse(sbi->s_bh1);
81 if (sbi->s_bh1 != sbi->s_bh2)
H A Dialloc.c42 if (sbi->s_bh1 == sbi->s_bh2)

Completed in 106 milliseconds