X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffstool.h;h=e8505cd72487dff4eba158e3bff11d114b8149c1;hb=148ab3024621f97b9cf95091657db2448098bc66;hp=1668baad43dce870a71438aa731beb1a15fd60f2;hpb=fe6346afa27bc7d53050c25563f1a0afc4176aaf;p=util-vserver.git diff --git a/src/fstool.h b/src/fstool.h index 1668baa..e8505cd 100644 --- a/src/fstool.h +++ b/src/fstool.h @@ -33,6 +33,8 @@ #define CMD_HIDE 0x8013 #define CMD_BARRIER 0x8014 #define CMD_IMMUX 0x8015 +#define CMD_WRITE 0x8016 +#define CMD_COW 0x8017 #define CMD_UNSET_IMMU 0x8020 #define CMD_UNSET_ADMIN 0x8021 #define CMD_UNSET_WATCH 0x8022 @@ -40,6 +42,8 @@ #define CMD_UNSET_BARRIER 0x8024 #define CMD_UNSET_IMMUX 0x8025 #define CMD_UNSET_IMMUTABLE 0x8026 +#define CMD_UNSET_WRITE 0x8027 +#define CMD_UNSET_COW 0x8028 struct stat;