Lines Matching refs:bi_clone
116 if (do_clone && bi->bi_clone) { in gfs2_setbit()
117 byte2 = bi->bi_clone + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
373 if (bi->bi_clone) in gfs2_free_extlen()
374 start = bi->bi_clone; in gfs2_free_extlen()
593 kfree(bi->bi_clone); in gfs2_free_clones()
594 bi->bi_clone = NULL; in gfs2_free_clones()
1208 gfs2_assert_warn(sdp, !bi->bi_clone); in gfs2_rgrp_bh_get()
1297 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data; in gfs2_rgrp_send_discards()
1701 if (state != GFS2_BLKST_UNLINKED && bi->bi_clone) in gfs2_rbm_find()
1702 buffer = bi->bi_clone + bi->bi_offset; in gfs2_rbm_find()
2202 if (!bi->bi_clone) { in rgblk_free()
2203 bi->bi_clone = kmalloc(bi->bi_bh->b_size, in rgblk_free()
2205 memcpy(bi->bi_clone + bi->bi_offset, in rgblk_free()