Searched refs:BtrfsSnapshotFlags (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | btrfs-util.h | 47 typedef enum BtrfsSnapshotFlags { enum 52 } BtrfsSnapshotFlags; typedef in typeref:enum:BtrfsSnapshotFlags 86 int btrfs_subvol_snapshot_fd(int old_fd, const char *new_path, BtrfsSnapshotFlags flags); 87 int btrfs_subvol_snapshot(const char *old_path, const char *new_path, BtrfsSnapshotFlags flags);
|
H A D | btrfs-util.c | 1529 static int subvol_snapshot_children(int old_fd, int new_fd, const char *subvolume, uint64_t old_subvol_id, BtrfsSnapshotFlags flags) { 1709 int btrfs_subvol_snapshot_fd(int old_fd, const char *new_path, BtrfsSnapshotFlags flags) { 1756 int btrfs_subvol_snapshot(const char *old_path, const char *new_path, BtrfsSnapshotFlags flags) {
|
Completed in 16 milliseconds