Searched defs:getnfsquota (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c87 static int getnfsquota(char *, char *, uid_t, struct dqblk *);
381 rc = getnfsquota(rl[0].host, rl[0].path, uid, &dqblk);
758 * If there are no quotas available, then getnfsquota() returns
762 getnfsquota(char *hostp, char *path, uid_t uid, struct dqblk *dqp) function

Completed in 59 milliseconds