Lines Matching full:timestamps
373 #define XFS_SB_FEAT_INCOMPAT_BIGTIME (1 << 3) /* large timestamps */
710 * XFS Timestamps
713 * Traditional ondisk inode timestamps consist of signed 32-bit counters for
717 * constrain the incore timestamps on a Unix system. Note that we actually
720 * When the bigtime feature is enabled, ondisk inode timestamps become an
725 * timestamps.
736 * Smallest possible ondisk seconds value with traditional timestamps. This
742 * Largest possible ondisk seconds value with traditional timestamps. This
748 * Smallest possible ondisk seconds value with bigtime timestamps. This
755 * Largest supported ondisk seconds value with bigtime timestamps. This
760 * timestamps will be the same.
772 * to/from unix and bigtime timestamps.
1086 #define XFS_DIFLAG2_BIGTIME_BIT 3 /* big timestamps */
1168 #define XFS_DQTYPE_BIGTIME (1u << 7) /* large expiry timestamps */
1187 * quota expiration timestamps on a Unix system.
1190 * expiration timeout range to match that of big inode timestamps. The min and
1200 * Smallest possible ondisk quota expiration value with traditional timestamps.
1206 * Largest possible ondisk quota expiration value with traditional timestamps.
1212 * Smallest possible ondisk quota expiration value with bigtime timestamps.
1219 * Largest supported ondisk quota expiration value with bigtime timestamps.