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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dlops.c260 struct buffer_head *bh_log, *bh_ip; local
277 error = gfs2_replay_read_block(jd, start, &bh_log);
282 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
289 brelse(bh_log);
656 struct buffer_head *bh_log, *bh_ip; local
674 error = gfs2_replay_read_block(jd, start, &bh_log);
679 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size);
688 brelse(bh_log);
[all...]

Completed in 175 milliseconds