Lines Matching full:timestamps
392 #define XFS_SB_FEAT_INCOMPAT_BIGTIME (1 << 3) /* large timestamps */
771 * XFS Timestamps
774 * Traditional ondisk inode timestamps consist of signed 32-bit counters for
778 * constrain the incore timestamps on a Unix system. Note that we actually
781 * When the bigtime feature is enabled, ondisk inode timestamps become an
786 * timestamps.
797 * Smallest possible ondisk seconds value with traditional timestamps. This
803 * Largest possible ondisk seconds value with traditional timestamps. This
809 * Smallest possible ondisk seconds value with bigtime timestamps. This
816 * Largest supported ondisk seconds value with bigtime timestamps. This
821 * timestamps will be the same.
833 * to/from unix and bigtime timestamps.
1186 /* big timestamps */
1325 #define XFS_DQTYPE_BIGTIME (1u << 7) /* large expiry timestamps */
1344 * quota expiration timestamps on a Unix system.
1347 * expiration timeout range to match that of big inode timestamps. The min and
1357 * Smallest possible ondisk quota expiration value with traditional timestamps.
1363 * Largest possible ondisk quota expiration value with traditional timestamps.
1369 * Smallest possible ondisk quota expiration value with bigtime timestamps.
1376 * Largest supported ondisk quota expiration value with bigtime timestamps.