will be automatically realtime, and new directories created in
the directory will inherit the inheritance bit.
.TP
+.SM "Bit 9 (0x200) \- XFS_XFLAG_PROJINHERIT"
+Project inheritance bit - new files and directories created in
+the directory will inherit the parents project ID. New
+directories also inherit the project inheritance bit.
+.TP
+.SM "Bit 10 (0x400) \- XFS_XFLAG_NOSYMLINKS"
+Can only be set on a directory and disallows creation of
+symbolic links in that directory.
+.TP
.SM "Bit 31 (0x80000000) \- XFS_XFLAG_HASATTR"
The file has extended attributes associated with it.
.RE
\f3q\f1
See the \f3quit\f1 command.
.TP
-\f3lsattr\f1
+\f3lsattr\f1 [ \f2\-R\f1 | \f2\-D\f1 | \f2\-a\f1 | \f2\-v\f1 ]
List extended inode flags on the currently open file.
+If the \f2-R\f1 option is specified, a recursive descent is performed
+for all directory entries below the currently open file (\f2-D\f1 can
+be used to restrict the output to directories only).
+This is a depth first descent, it does not follow symlinks and
+it also does not cross mount points.
.TP
-\f3chattr\f1 [ \f2+/\-riasAd\f1 ]
+\f3chattr\f1 [ \f2\-R\f1 | \f2\-D\f1 ] [ \f2+/\-riasAdtPn\f1 ]
Change extended inode flags on the currently open file.
+The \f2-R\f1 and \f2-D\f1 options have the same meaning as above.
+The mapping between each letter and the inode flags (refer to
+\f2xfsctl\f1(3) for the full list) is available via the \f3help\f1 command.
.TP
\f3freeze\f1
Suspend all write I/O requests to the filesystem of the current file.