Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c278 getzfsquota(uid_t user, char *dataset, struct dqblk *zq) in getzfsquota() argument
304 zq->dqb_bhardlimit = userquota / DEV_BSIZE; in getzfsquota()
305 zq->dqb_bsoftlimit = userquota / DEV_BSIZE; in getzfsquota()
306 zq->dqb_curblocks = userused / DEV_BSIZE; in getzfsquota()
/titanic_50/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c871 getzfsquota(char *user, char *dataset, struct dqblk *zq) in getzfsquota() argument
895 zq->dqb_bhardlimit = userquota / DEV_BSIZE; in getzfsquota()
896 zq->dqb_bsoftlimit = userquota / DEV_BSIZE; in getzfsquota()
897 zq->dqb_curblocks = userused / DEV_BSIZE; in getzfsquota()