Searched refs:snap_src (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | dm-snap.c | 444 struct dm_snapshot **snap_src, in __find_snapshots_sharing_cow() argument 468 if (snap_src) in __find_snapshots_sharing_cow() 469 *snap_src = s; in __find_snapshots_sharing_cow() 486 struct dm_snapshot *snap_src = NULL, *snap_dest = NULL; in __validate_exception_handover() local 490 if ((__find_snapshots_sharing_cow(snap, &snap_src, &snap_dest, in __validate_exception_handover() 502 if (!snap_src) in __validate_exception_handover() 519 if (!snap_src->store->type->prepare_merge || in __validate_exception_handover() 520 !snap_src->store->type->commit_merge) { in __validate_exception_handover() 1429 static void __handover_exceptions(struct dm_snapshot *snap_src, in __handover_exceptions() argument 1441 snap_dest->complete = snap_src->complete; in __handover_exceptions() [all …]
|
| /Linux-v5.10/fs/btrfs/ |
| D | ioctl.c | 952 struct btrfs_root *snap_src, in btrfs_mksubvol() argument 989 if (snap_src) in btrfs_mksubvol() 990 error = create_snapshot(snap_src, dir, dentry, readonly, inherit); in btrfs_mksubvol()
|