Searched defs:BtrfsSnapshotFlags (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-util.h47 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);

Completed in 60 milliseconds