Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dlops.c793 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
814 bh_ip = gfs2_meta_new(gl, blkno); in buf_lo_scan_elements()
817 if (gfs2_meta_check(sdp, bh_ip)) in buf_lo_scan_elements()
821 (struct gfs2_meta_header *)bh_ip->b_data; in buf_lo_scan_elements()
826 mark_buffer_dirty(bh_ip); in buf_lo_scan_elements()
829 brelse(bh_ip); in buf_lo_scan_elements()
1017 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
1039 bh_ip = gfs2_meta_new(gl, blkno); in databuf_lo_scan_elements()
1044 __be32 *eptr = (__be32 *)bh_ip->b_data; in databuf_lo_scan_elements()
1047 mark_buffer_dirty(bh_ip); in databuf_lo_scan_elements()
[all …]