Searched defs:clone_info (Results 1 – 2 of 2) sorted by relevance
81 struct clone_info { struct82 struct dm_table *map;83 struct bio *bio;84 struct dm_io *io;85 sector_t sector;86 unsigned sector_count;87 bool is_abnormal_io:1;88 bool submit_as_polled:1;
475 struct btrfs_replace_extent_info clone_info; in btrfs_clone() local