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

/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dhfs_quotacheck.c73 chkquota_hfs(fsname, mntpt, qnp)
75 register struct quotaname *qnp;
81 collectdata(mntpt, qnp);
83 if (qnp->flags & HASUSR)
84 errs = update(mntpt, qnp->usrqfname, USRQUOTA);
85 if (qnp->flags & HASGRP)
86 errs = update(mntpt, qnp->grpqfname, GRPQUOTA);
93 collectdata(const char* path, struct quotaname *qnp) argument
153 if (qnp->flags & HASGRP) {
159 if (qnp
[all...]
H A Dquotacheck.c282 register struct quotaname *qnp; local
290 if ((qnp = malloc(sizeof(*qnp))) == NULL)
292 qnp->flags = 0;
294 strlcpy(qnp->grpqfname, qfnp, sizeof(qnp->grpqfname));
295 qnp->flags |= HASGRP;
298 strlcpy(qnp->usrqfname, qfnp, sizeof(qnp->usrqfname));
299 qnp
311 register struct quotaname *qnp; local
[all...]

Completed in 80 milliseconds