X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffstool.h;h=f7c287938952583357114e661e230b24479cb181;hb=4674a5ae805794b65aacab0172298c9a3d43f678;hp=dfc4822cf243e67a692d653cabc98ee73e84324e;hpb=7ca2184598beb16840dffa6680e87e87723f846f;p=util-vserver.git diff --git a/src/fstool.h b/src/fstool.h index dfc4822..f7c2879 100644 --- a/src/fstool.h +++ b/src/fstool.h @@ -34,6 +34,8 @@ #define CMD_BARRIER 0x8014 #define CMD_IMMUX 0x8015 #define CMD_WRITE 0x8016 +#define CMD_COW 0x8017 +#define CMD_FLAGS 0x8018 #define CMD_UNSET_IMMU 0x8020 #define CMD_UNSET_ADMIN 0x8021 #define CMD_UNSET_WATCH 0x8022 @@ -42,6 +44,8 @@ #define CMD_UNSET_IMMUX 0x8025 #define CMD_UNSET_IMMUTABLE 0x8026 #define CMD_UNSET_WRITE 0x8027 +#define CMD_UNSET_COW 0x8028 +#define CMD_UNSET_FLAGS 0x8029 struct stat;