Changeset 76644 in vbox
- Timestamp:
- Jan 4, 2019 10:19:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/xfs.h
r76643 r76644 563 563 /** Inode is immutable. */ 564 564 #define XFS_INODE_F_IMMUTABLE RT_BIT(3) 565 /** Inode is append only. .*/565 /** Inode is append only. */ 566 566 #define XFS_INODE_F_APPEND RT_BIT(4) 567 567 /** Inode is written synchronously. */
Note:
See TracChangeset
for help on using the changeset viewer.