X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/008676633c2ad2c325837c2b64915f7ded690a8f..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/bsd/sys/attr.h diff --git a/bsd/sys/attr.h b/bsd/sys/attr.h index 7f20dd8f7..3437f9cc7 100644 --- a/bsd/sys/attr.h +++ b/bsd/sys/attr.h @@ -506,8 +506,11 @@ typedef struct vol_attributes_attr { /* CMNEXT attributes extend the common attributes, but in the forkattr field */ #define ATTR_CMNEXT_RELPATH 0x00000004 #define ATTR_CMNEXT_PRIVATESIZE 0x00000008 +#ifdef PRIVATE +#define ATTR_CMNEXT_LINKID 0x00000010 +#endif /* PRIVATE */ -#define ATTR_CMNEXT_VALIDMASK 0x0000000c +#define ATTR_CMNEXT_VALIDMASK 0x0000001c #define ATTR_CMNEXT_SETMASK 0x00000000 /* Deprecated fork attributes */