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

  /src/sbin/fsck_ffs/
utilities.c 745 static struct uquot *uq_u = NULL; local in function:update_uquot
758 if (uq_u == NULL || uq_u->uq_uid != uid)
759 uq_u = find_uquot(uquot_user_hash, uid, 1);
760 uq_u->uq_b += bchange;
761 uq_u->uq_i += ichange;
utilities.c 745 static struct uquot *uq_u = NULL; local in function:update_uquot
758 if (uq_u == NULL || uq_u->uq_uid != uid)
759 uq_u = find_uquot(uquot_user_hash, uid, 1);
760 uq_u->uq_b += bchange;
761 uq_u->uq_i += ichange;

Completed in 113 milliseconds