Searched refs:s_bh1 (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.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;
409 sbi->s_bh1 = bh1;
514 sbi->s_bh1 = bh;
H A Dinode.c88 mark_buffer_dirty(sbi->s_bh1);
89 if (sbi->s_bh1 != sbi->s_bh2)
93 brelse(sbi->s_bh1);
94 if (sbi->s_bh1 != sbi->s_bh2)
H A Dialloc.c43 if (sbi->s_bh1 == sbi->s_bh2)

Completed in 169 milliseconds