Searched refs:qfp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c270 qf_get(struct quotafile *qfp, int type) argument
279 while ( (qfp->qf_qflags & (QTF_OPENING | QTF_CLOSING)) ) {
280 if ( (qfp->qf_qflags & QTF_OPENING) ) {
284 if ( (qfp->qf_qflags & QTF_CLOSING) ) {
285 qfp->qf_qflags |= QTF_WANTED;
286 msleep(&qfp->qf_qflags, quota_list_mtx_lock, PVFS, "qf_get", NULL);
289 if (qfp->qf_vp != NULLVP)
292 qfp->qf_qflags |= QTF_OPENING;
296 if ( (qfp->qf_qflags & QTF_CLOSING) ) {
300 qfp
318 qf_put(struct quotafile *qfp, int type) argument
339 qf_lock(struct quotafile *qfp) argument
345 qf_unlock(struct quotafile *qfp) argument
366 qf_ref(struct quotafile *qfp) argument
385 qf_rele(struct quotafile *qfp) argument
397 dqfileinit(struct quotafile *qfp) argument
412 dqfileopen(struct quotafile *qfp, int type) argument
469 dqfileclose(struct quotafile *qfp, __unused int type) argument
497 dqget(u_int32_t id, struct quotafile *qfp, int type, struct dquot **dqp) argument
787 dqlookup(struct quotafile *qfp, u_int32_t id, struct dqblk *dqb, uint32_t *index) argument
925 dqsync_orphans(struct quotafile *qfp) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c552 struct quotafile *qfp; local
560 qfp = &hfsmp->hfs_qfiles[type];
562 if ( (qf_get(qfp, QTF_OPENING)) )
582 qfp->qf_cred = kauth_cred_proc_ref(p);
583 qfp->qf_vp = vp;
587 error = dqfileopen(qfp, type);
591 if (IS_VALID_CRED(qfp->qf_cred))
592 kauth_cred_unref(&qfp->qf_cred);
593 qfp->qf_vp = NULLVP;
596 qf_put(qfp, QTF_OPENIN
657 struct quotafile *qfp; local
[all...]

Completed in 20 milliseconds