Lines Matching refs:bh_ip
534 struct buffer_head *bh_log, *bh_ip; in buf_lo_scan_elements() local
555 bh_ip = gfs2_meta_new(gl, blkno); in buf_lo_scan_elements()
556 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in buf_lo_scan_elements()
558 if (gfs2_meta_check(sdp, bh_ip)) in buf_lo_scan_elements()
561 mark_buffer_dirty(bh_ip); in buf_lo_scan_elements()
564 brelse(bh_ip); in buf_lo_scan_elements()
770 struct buffer_head *bh_log, *bh_ip; in databuf_lo_scan_elements() local
792 bh_ip = gfs2_meta_new(gl, blkno); in databuf_lo_scan_elements()
793 memcpy(bh_ip->b_data, bh_log->b_data, bh_log->b_size); in databuf_lo_scan_elements()
797 __be32 *eptr = (__be32 *)bh_ip->b_data; in databuf_lo_scan_elements()
800 mark_buffer_dirty(bh_ip); in databuf_lo_scan_elements()
803 brelse(bh_ip); in databuf_lo_scan_elements()