Changeset 76643 in vbox for trunk/include/iprt/formats/xfs.h
- Timestamp:
- Jan 4, 2019 9:22:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/xfs.h
r76641 r76643 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.