Lines Matching full:expiration
1190 * Traditional quota grace period expiration timers are an unsigned 32-bit
1192 * Note that an expiration value of zero means that the quota limit has not
1193 * been reached, and therefore no expiration has been set. Therefore, the
1195 * quota expiration timestamps on a Unix system.
1198 * expiration timeout range to match that of big inode timestamps. The min and
1208 * Smallest possible ondisk quota expiration value with traditional timestamps.
1209 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970.
1214 * Largest possible ondisk quota expiration value with traditional timestamps.
1215 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106.
1220 * Smallest possible ondisk quota expiration value with bigtime timestamps.
1222 * expiration of Jan 1 00:00:04 UTC 1970.
1227 * Largest supported ondisk quota expiration value with bigtime timestamps.
1229 * expiration of Jul 2 20:20:24 UTC 2486.
1232 * expiration in 2514. This is beyond the maximum the bigtime inode timestamp,
1233 * so we cap the maximum bigtime quota expiration to the max inode timestamp.
1238 * The following conversion factors assist in converting a quota expiration
1244 /* Convert an incore quota expiration timestamp to an ondisk bigtime value. */
1248 * Round the expiration timestamp up to the nearest bigtime timestamp in xfs_dq_unix_to_bigtime()
1255 /* Convert an ondisk bigtime quota expiration value to an incore timestamp. */