edquota.c | 804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 851 uint64_t soft, hard, current; local in function:readprivs 957 /* limits: soft %llu, hard %llu */ 971 if (intrd(t, &soft, objtypeflags) != 0) { 987 * is next used if previously had no soft limit 988 * or were under it, but now have a soft limit 991 if (qv->qv_usage && qv->qv_usage >= soft && 996 if (soft != qv->qv_softlimit || 998 qv->qv_softlimit = soft; 1318 char *soft = NULL, *hard = NULL, *grace = NULL; local in function:main [all...] |