Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Drgrp.c116 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()
[all …]
Dlops.c78 if (bi->bi_clone == NULL) in maybe_release_space()
82 memcpy(bi->bi_clone + bi->bi_offset, in maybe_release_space()
Dincore.h71 char *bi_clone; member