Lines Matching defs:grace
102 xgrace:1, /* grace periods are per-id */
852 time_t grace;
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) {
1179 str = strsep(&grace, "/");
1180 if (str[0] == '\0' || grace == NULL || grace[0] == '\0')
1185 if (timeprd(grace, &gracei) != 0)
1186 errx(1, "%s: bad number", grace);
1222 if (grace) {
1318 char *soft = NULL, *hard = NULL, *grace = NULL;
1359 grace = optarg;
1372 if (soft || hard || grace || dflag || cflag)
1375 } else if (soft || hard || grace) {
1382 assign(fs, idtype, soft, hard, grace, argv, argc);