Lines Matching defs:clone
70 * @do_clone: Also set the clone bitmap, if it exists
117 * @use_clone: If true, test the clone bitmap, not the official bitmap.
119 * Some callers like gfs2_unaligned_extlen need to test the clone bitmaps,
1300 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data;
1301 clone += bi->bi_offset;
1302 clone += x;
1305 diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1));
1307 diff = ~(*clone | (*clone >> 1));
1504 * That's the clone-free blocks (blocks that are free, not including those