Lines Matching refs:bh_ip
762 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
783 bh_ip = gfs2_meta_new(gl, blkno); in buf_lo_scan_elements()
784 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements()
786 if (gfs2_meta_check(sdp, bh_ip)) in buf_lo_scan_elements()
790 (struct gfs2_meta_header *)bh_ip->b_data; in buf_lo_scan_elements()
807 mark_buffer_dirty(bh_ip); in buf_lo_scan_elements()
810 brelse(bh_ip); in buf_lo_scan_elements()
993 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
1015 bh_ip = gfs2_meta_new(gl, blkno); in databuf_lo_scan_elements()
1016 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in databuf_lo_scan_elements()
1020 __be32 *eptr = (__be32 *)bh_ip->b_data; in databuf_lo_scan_elements()
1023 mark_buffer_dirty(bh_ip); in databuf_lo_scan_elements()
1026 brelse(bh_ip); in databuf_lo_scan_elements()