Searched refs:snap_src (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/md/ |
D | dm-snap.c | 449 struct dm_snapshot **snap_src, in __find_snapshots_sharing_cow() argument 473 if (snap_src) in __find_snapshots_sharing_cow() 474 *snap_src = s; in __find_snapshots_sharing_cow() 491 struct dm_snapshot *snap_src = NULL, *snap_dest = NULL; in __validate_exception_handover() local 495 if ((__find_snapshots_sharing_cow(snap, &snap_src, &snap_dest, in __validate_exception_handover() 506 if (!snap_src) in __validate_exception_handover() 523 if (!snap_src->store->type->prepare_merge || in __validate_exception_handover() 524 !snap_src->store->type->commit_merge) { in __validate_exception_handover() 1435 static void __handover_exceptions(struct dm_snapshot *snap_src, in __handover_exceptions() argument 1447 snap_dest->complete = snap_src->complete; in __handover_exceptions() [all …]
|
/linux-6.12.1/fs/btrfs/ |
D | ioctl.c | 990 struct btrfs_root *snap_src, in btrfs_mksubvol() argument 1027 if (snap_src) in btrfs_mksubvol() 1028 error = create_snapshot(snap_src, dir, dentry, readonly, inherit); in btrfs_mksubvol()
|