Searched refs:btrfs_subvol_snapshot (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ |
D | test-btrfs.c | 58 r = btrfs_subvol_snapshot("/xxxtest", "/xxxtest2", 0); in main() 62 r = btrfs_subvol_snapshot("/xxxtest", "/xxxtest3", BTRFS_SNAPSHOT_READ_ONLY); in main() 78 … r = btrfs_subvol_snapshot("/etc", "/etc2", BTRFS_SNAPSHOT_READ_ONLY|BTRFS_SNAPSHOT_FALLBACK_COPY); in main() 119 r = btrfs_subvol_snapshot("/xxxrectest", "/xxxrectest2", BTRFS_SNAPSHOT_RECURSIVE); in main() 155 …r = btrfs_subvol_snapshot("/xxxquotatest", "/xxxquotatest2", BTRFS_SNAPSHOT_RECURSIVE|BTRFS_SNAPSH… in main()
|
/systemd-251/src/shared/ |
D | btrfs-util.h | 75 static inline int btrfs_subvol_snapshot(const char *old_path, const char *new_path, BtrfsSnapshotFl… in btrfs_subvol_snapshot() function
|
D | discover-image.c | 882 r = btrfs_subvol_snapshot(i->path, new_path, in image_clone()
|
/systemd-251/src/import/ |
D | pull-tar.c | 241 r = btrfs_subvol_snapshot( in tar_pull_make_local_copy()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 5570 r = btrfs_subvol_snapshot(arg_directory, np, in run() 5611 r = btrfs_subvol_snapshot(arg_template, arg_directory, in run()
|