Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Dlops.c764 static void obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log, in obsolete_rgrp() argument
769 struct gfs2_rgrp *jrgd = (struct gfs2_rgrp *)bh_log->b_data; in obsolete_rgrp()
775 jd->jd_jid, bh_log->b_blocknr); in obsolete_rgrp()
793 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
810 error = gfs2_replay_read_block(jd, start, &bh_log); in buf_lo_scan_elements()
815 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements()
824 obsolete_rgrp(jd, bh_log, blkno); in buf_lo_scan_elements()
828 brelse(bh_log); in buf_lo_scan_elements()
1017 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
1035 error = gfs2_replay_read_block(jd, start, &bh_log); in databuf_lo_scan_elements()
[all …]