]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chflags.2
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / man / man2 / chflags.2
index 3463d71802270fb1e6baaa5bdae45585615f6ff5..6bea184c416eedde8c13c855748626e8f08fcc54 100644 (file)
@@ -77,6 +77,11 @@ The file has been archived.
 The file may not be changed.
 .It SF_APPEND
 The file may only be appended to.
+.It SF_DATALESSFAULT
+The file is a dataless placeholder.
+The system will attempt to materialize it when accessed according to the dataless file materialization policy of the accessing thread or process.
+See
+.Xr getiopolicy_np 3 .
 .El
 .Pp
 The
@@ -93,6 +98,10 @@ The
 and
 .Dq SF_APPEND
 flags may only be set or unset by the super-user.
+.Pp
+The
+.Dq SF_DATALESSFAULT
+flag is an internal flag and may not be set from user space.
 .Sh RETURN VALUES
 Upon successful completion, a value of 0 is returned.
 Otherwise, -1 is returned and the global variable