Home
last modified time | relevance | path

Searched refs:ndq (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/ufs/ufs/
H A Dufs_quota.c647 struct dquot *ndq; in setquota() local
663 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0) in setquota()
665 dq = ndq; in setquota()
712 struct dquot *ndq; in setuse() local
727 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0) in setuse()
729 dq = ndq; in setuse()