OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
368
if (
dqget
(NULLVP, 0, ump, type, &dq) == 0) {
503
if ((error =
dqget
(NULLVP, 0, ump, idtype, &dq)) != 0)
507
if ((error =
dqget
(NULLVP, id, ump, idtype, &dq)) != 0)
577
if ((error =
dqget
(NULLVP, id, ump, key->qk_idtype, &dq)) != 0)
594
if ((error =
dqget
(NULLVP, key->qk_id, ump, key->qk_idtype, &dq)) != 0)
666
if ((error =
dqget
(NULLVP, id, ump, type, &ndq)) != 0)
720
if ((error =
dqget
(NULLVP, id, ump, type, &ndq)) != 0)
ufs_quota2.c
612
error =
dqget
(NULLVP, key->qk_id, ump, key->qk_idtype, &dq);
720
error =
dqget
(NULLVP, id, ump, idtype, &dq);
810
error =
dqget
(NULLVP, qk->qk_id, ump, qk->qk_idtype, &dq);
846
error =
dqget
(NULLVP, qk->qk_id, ump, qk->qk_idtype, &dq);
ufs_quota.c
781
(error =
dqget
(vp, ino_ids[i], ump, i, &ip->i_dquot[i])) &&
793
dqget
(struct vnode *vp, u_long id, struct ufsmount *ump, int type,
function
Completed in 22 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026