X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fbtrfs-util.h;h=02e46e30eaf8735eb301cef25bb10fc82833f111;hp=e3ad98750fd4f9cfc60341805fd2a0393ba25043;hb=ef0698793cd19e82ce8e94e89f1c6461ec2f1dce;hpb=01dcca794a4f546ec2ec109d0b2eb27204e7b16e diff --git a/src/shared/btrfs-util.h b/src/shared/btrfs-util.h index e3ad98750..02e46e30e 100644 --- a/src/shared/btrfs-util.h +++ b/src/shared/btrfs-util.h @@ -46,6 +46,7 @@ typedef struct BtrfsQuotaInfo { typedef enum BtrfsSnapshotFlags { BTRFS_SNAPSHOT_FALLBACK_COPY = 1, BTRFS_SNAPSHOT_READ_ONLY = 2, + BTRFS_SNAPSHOT_RECURSIVE = 4, } BtrfsSnapshotFlags; int btrfs_is_snapshot(int fd);