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

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c61 #include <rpcsvc/rquota.h>
766 struct rquota *rquota; local
784 rquota = &gq_rslt.getquota_rslt_u.gqr_rquota;
786 if (!vflag && rquota->rq_active == FALSE) {
790 limit = (u_longlong_t)(rquota->rq_bhardlimit) *
791 rquota->rq_bsize / DEV_BSIZE;
793 limit = (u_longlong_t)(rquota->rq_bsoftlimit) *
794 rquota->rq_bsize / DEV_BSIZE;
796 limit = (u_longlong_t)(rquota
[all...]

Completed in 59 milliseconds