Searched refs:bd_bh (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dlops.c140 lock_buffer(bd->bd_bh);
152 gfs2_meta_check(sdp, bd->bd_bh);
153 gfs2_pin(sdp, bd->bd_bh);
154 mh = (struct gfs2_meta_header *)bd->bd_bh->b_data;
162 unlock_buffer(bd->bd_bh);
197 *ptr++ = cpu_to_be64(bd1->bd_bh->b_blocknr);
209 get_bh(bd2->bd_bh);
211 lock_buffer(bd2->bd_bh);
212 bh = gfs2_log_fake_buf(sdp, bd2->bd_bh);
235 gfs2_unpin(sdp, bd->bd_bh, a
[all...]
H A Dglops.c63 bh = bd->bd_bh;
65 bd->bd_bh = NULL;
H A Dmeta_io.c293 bd->bd_bh = bh;
332 bd->bd_bh = NULL;
H A Dlog.c80 brelse(bd->bd_bh);
103 bh = bd->bd_bh;
151 bh = bd->bd_bh;
651 bh = bd->bd_bh;
678 bh = bd->bd_bh;
H A Dtrace_gfs2.h261 __entry->len = bd->bd_bh->b_size;
262 __entry->block = bd->bd_bh->b_blocknr;
H A Dincore.h114 struct buffer_head *bd_bh; member in struct:gfs2_bufdata
H A Daops.c1089 gfs2_assert_warn(sdp, bd->bd_bh == bh);
1098 bd->bd_bh = NULL;

Completed in 123 milliseconds