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

/macosx-10.10/diskdev_cmds-576/quota.tproj/
H A Dquota.c575 struct quotause *quphead; local
583 quptail = quphead = (struct quotause *)0;
625 if (quphead == NULL)
626 quphead = qup;
634 return (quphead);
644 struct quotause *quphead; local
649 quphead = (struct quotause *)0;
690 if (quphead == NULL)
691 quphead = qup;
698 return (quphead);
[all...]
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c328 struct quotause *quphead; local
337 quptail = quphead = (struct quotause *)0;
396 if (quphead == NULL)
397 quphead = qup;
403 return (quphead);
413 struct quotause *quphead; local
421 quphead = (struct quotause *)0;
477 if (quphead == NULL)
478 quphead = qup;
485 return (quphead);
[all...]

Completed in 59 milliseconds