Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dlops.c736 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
757 bh_ip = gfs2_meta_new(gl, blkno); in buf_lo_scan_elements()
758 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements()
760 if (gfs2_meta_check(sdp, bh_ip)) in buf_lo_scan_elements()
764 (struct gfs2_meta_header *)bh_ip->b_data; in buf_lo_scan_elements()
781 mark_buffer_dirty(bh_ip); in buf_lo_scan_elements()
784 brelse(bh_ip); in buf_lo_scan_elements()
992 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
1014 bh_ip = gfs2_meta_new(gl, blkno); in databuf_lo_scan_elements()
1015 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in databuf_lo_scan_elements()
[all …]