Lines Matching defs:clone
88 * @do_clone: Also set the clone bitmap, if it exists
135 * @use_clone: If true, test the clone bitmap, not the official bitmap.
137 * Some callers like gfs2_unaligned_extlen need to test the clone bitmaps,
1323 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data;
1324 clone += bi->bi_offset;
1325 clone += x;
1328 diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1));
1330 diff = ~(*clone | (*clone >> 1));
1531 * That's the clone-free blocks (blocks that are free, not including those