Home
last modified time | relevance | path

Searched defs:clone_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/md/
Ddm.c81 struct clone_info { struct
82 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;
/Linux-v6.1/fs/btrfs/
Dreflink.c475 struct btrfs_replace_extent_info clone_info; in btrfs_clone() local