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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlops.c209 struct buffer_head *bh_log, *bh_ip; local
230 bh_ip = gfs2_meta_new(gl, blkno);
231 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
233 if (gfs2_meta_check(sdp, bh_ip))
236 mark_buffer_dirty(bh_ip);
239 brelse(bh_ip);
694 struct buffer_head *bh_log, *bh_ip; local
716 bh_ip = gfs2_meta_new(gl, blkno);
717 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
721 __be32 *eptr = (__be32 *)bh_ip
[all...]

Completed in 370 milliseconds