HomeSort by: relevance | last modified time | path
    Searched defs:grace (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/edquota/
edquota.c 102 xgrace:1, /* grace periods are per-id */
852 time_t grace; local in function:readprivs
1004 } else if (!strncmp(text, "grace:", 6)) {
1007 /* grace: %llu */
1009 if (timeprd(t, &grace) != 0) {
1015 if (grace != qv->qv_grace) {
1016 qv->qv_grace = grace;
1023 "grace time on this filesystem",
1146 char *soft, char *hard, char *grace,
1178 if (grace) {
1318 char *soft = NULL, *hard = NULL, *grace = NULL; local in function:main
    [all...]
  /src/sys/fs/puffs/
puffs_vnops.c 608 int grace; local in function:puffs_vnop_lookup
611 * Bump grace time of this node so that it does not get
615 grace = 10 * puffs_sopreq_expire_timeout;
616 cpn->pn_cn_grace = getticks() + grace;
1316 * If grace has already timed out, make it reclaimed.

Completed in 14 milliseconds