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