HomeSort by: relevance | last modified time | path
    Searched refs:dqget (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/ufs/
ufs_quota.h 109 int dqget(struct vnode *, u_long, struct ufsmount *, int, struct dquot **);
ufs_quota1.c 365 if (dqget(NULLVP, 0, ump, type, &dq) == 0) {
500 if ((error = dqget(NULLVP, 0, ump, idtype, &dq)) != 0)
504 if ((error = dqget(NULLVP, id, ump, idtype, &dq)) != 0)
574 if ((error = dqget(NULLVP, id, ump, key->qk_idtype, &dq)) != 0)
591 if ((error = dqget(NULLVP, key->qk_id, ump, key->qk_idtype, &dq)) != 0)
663 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0)
717 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0)
ufs_quota2.c 609 error = dqget(NULLVP, key->qk_id, ump, key->qk_idtype, &dq);
717 error = dqget(NULLVP, id, ump, idtype, &dq);
807 error = dqget(NULLVP, qk->qk_id, ump, qk->qk_idtype, &dq);
843 error = dqget(NULLVP, qk->qk_id, ump, qk->qk_idtype, &dq);
ufs_quota.c 777 (error = dqget(vp, ino_ids[i], ump, i, &ip->i_dquot[i])) &&
789 dqget(struct vnode *vp, u_long id, struct ufsmount *ump, int type, function in typeref:typename:int

Completed in 384 milliseconds