Searched refs:getzfsquota (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 86 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 D | rpc.rquotad.c | 278 getzfsquota(uid_t user, char *dataset, struct dqblk *zq) in getzfsquota() function 347 if (getzfsquota(gqa.gqa_uid, fsqp->fsq_devname, &dqblk)) {
|