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

  /src/sys/ufs/lfs/
ulfs_quota2.c 293 quota2_q2ealloc(struct ulfsmount *ump, int type, uid_t uid, struct dquot *dq) function in typeref:typename:int
415 error = quota2_q2ealloc(ump, i, ino_ids[i], dq);
619 error = quota2_q2ealloc(ump, key->qk_idtype, key->qk_id, dq);
  /src/sys/ufs/ufs/
ufs_quota2.c 288 quota2_q2ealloc(struct ufsmount *ump, int type, uid_t uid, struct dquot *dq) function in typeref:typename:int
412 error = quota2_q2ealloc(ump, i, ino_ids[i], dq);
617 error = quota2_q2ealloc(ump, key->qk_idtype, key->qk_id, dq);

Completed in 30 milliseconds