Searched refs:bh_log (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
226 error = gfs2_replay_read_block(jd, start, &bh_log);
231 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
238 brelse(bh_log);
694 struct buffer_head *bh_log, *bh_ip; local
712 error = gfs2_replay_read_block(jd, start, &bh_log);
717 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
726 brelse(bh_log);
[all...]

Completed in 181 milliseconds