Searched refs:dqget (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dquota.h353 int dqget(u_int32_t, struct quotafile *, int, struct dquot **);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c118 error = dqget(cp->c_uid, &hfsmp->hfs_qfiles[USRQUOTA], USRQUOTA, &cp->c_dquot[USRQUOTA]);
131 error = dqget(cp->c_gid, &hfsmp->hfs_qfiles[GRPQUOTA], GRPQUOTA, &cp->c_dquot[GRPQUOTA]);
752 error = dqget(id, &hfsmp->hfs_qfiles[i], i, &dq);
792 error = dqget(id, &VFSTOHFS(mp)->hfs_qfiles[type], type, &dq);
821 error = dqget(id, &hfsmp->hfs_qfiles[type], type, &dq);
883 error = dqget(id, &hfsmp->hfs_qfiles[type], type, &dq);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c353 * in dqget... this will prevent a quota_off from
497 dqget(u_int32_t id, struct quotafile *qfp, int type, struct dquot **dqp) function

Completed in 22 milliseconds