Lines Matching full:expiration
1182 * Traditional quota grace period expiration timers are an unsigned 32-bit
1184 * Note that an expiration value of zero means that the quota limit has not
1185 * been reached, and therefore no expiration has been set. Therefore, the
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.
1201 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970.
1206 * Largest possible ondisk quota expiration value with traditional timestamps.
1207 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106.
1212 * Smallest possible ondisk quota expiration value with bigtime timestamps.
1214 * expiration of Jan 1 00:00:04 UTC 1970.
1219 * Largest supported ondisk quota expiration value with bigtime timestamps.
1221 * expiration of Jul 2 20:20:24 UTC 2486.
1224 * expiration in 2514. This is beyond the maximum the bigtime inode timestamp,
1225 * so we cap the maximum bigtime quota expiration to the max inode timestamp.
1230 * The following conversion factors assist in converting a quota expiration
1236 /* Convert an incore quota expiration timestamp to an ondisk bigtime value. */
1240 * Round the expiration timestamp up to the nearest bigtime timestamp in xfs_dq_unix_to_bigtime()
1247 /* Convert an ondisk bigtime quota expiration value to an incore timestamp. */