Lines Matching full:expiration
1339 * Traditional quota grace period expiration timers are an unsigned 32-bit
1341 * Note that an expiration value of zero means that the quota limit has not
1342 * been reached, and therefore no expiration has been set. Therefore, the
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.
1358 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970.
1363 * Largest possible ondisk quota expiration value with traditional timestamps.
1364 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106.
1369 * Smallest possible ondisk quota expiration value with bigtime timestamps.
1371 * expiration of Jan 1 00:00:04 UTC 1970.
1376 * Largest supported ondisk quota expiration value with bigtime timestamps.
1378 * expiration of Jul 2 20:20:24 UTC 2486.
1381 * expiration in 2514. This is beyond the maximum the bigtime inode timestamp,
1382 * so we cap the maximum bigtime quota expiration to the max inode timestamp.
1387 * The following conversion factors assist in converting a quota expiration
1393 /* Convert an incore quota expiration timestamp to an ondisk bigtime value. */
1397 * Round the expiration timestamp up to the nearest bigtime timestamp in xfs_dq_unix_to_bigtime()
1404 /* Convert an ondisk bigtime quota expiration value to an incore timestamp. */