Searched refs:zq (Results 1 – 2 of 2) sorted by relevance
278 getzfsquota(uid_t user, char *dataset, struct dqblk *zq) in getzfsquota() argument304 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()
871 getzfsquota(char *user, char *dataset, struct dqblk *zq) in getzfsquota() argument895 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()