getprivs
quplist = getprivs(id, type);
static struct quotause *getprivs(long id, int quotatype);
protoprivs = getprivs(protoid, quotatype, fspath);
curprivs = getprivs(id, quotatype,
if ((protoprivs = getprivs(0, quotatype, fspath)) != NULL) {
if ((curprivs = getprivs(id, quotatype, fspath)) == NULL)
struct quotause *getprivs(long, int, char *);