Searched refs:clone_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c75 struct clone_root { struct
153 struct clone_root *clone_roots;
1317 const struct clone_root *cr = elt;
1328 const struct clone_root *cr1 = e1;
1329 const struct clone_root *cr2 = e2;
1346 struct clone_root *clone_root; local
1349 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots,
1351 sizeof(struct clone_root),
1353 if (!clone_root)
1714 struct clone_root *clone_root = &sctx->clone_roots[i]; local
5381 send_clone(struct send_ctx *sctx, u64 offset, u32 len, struct clone_root *clone_root) argument
5883 clone_range(struct send_ctx *sctx, struct btrfs_path *dst_path, struct clone_root *clone_root, const u64 disk_byte, u64 data_offset, u64 offset, u64 len) argument
6152 send_write_or_clone(struct send_ctx *sctx, struct btrfs_path *path, struct btrfs_key *key, struct clone_root *clone_root) argument
8090 struct btrfs_root *clone_root; local
[all...]

Completed in 206 milliseconds