Home
last modified time | relevance | path

Searched refs:getzfsquota (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c86 static int getzfsquota(char *, char *, struct dqblk *);
270 if (getzfsquota(name, mnt.mnt_special, &dqblk)) in showquotas()
871 getzfsquota(char *user, char *dataset, struct dqblk *zq) in getzfsquota() function
/titanic_44/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c278 getzfsquota(uid_t user, char *dataset, struct dqblk *zq) in getzfsquota() function
347 if (getzfsquota(gqa.gqa_uid, fsqp->fsq_devname, &dqblk)) {