]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/attr.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / sys / attr.h
index 7f20dd8f73ddad871ff7e73983d5f0f0082e06a2..3437f9cc78dbe8ce5118a1cc85d66b8ebd298755 100644 (file)
@@ -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 */