Lines Matching refs:rquota
766 struct rquota *rquota; in getnfsquota() local
784 rquota = &gq_rslt.getquota_rslt_u.gqr_rquota; in getnfsquota()
786 if (!vflag && rquota->rq_active == FALSE) { in getnfsquota()
790 limit = (u_longlong_t)(rquota->rq_bhardlimit) * in getnfsquota()
791 rquota->rq_bsize / DEV_BSIZE; in getnfsquota()
793 limit = (u_longlong_t)(rquota->rq_bsoftlimit) * in getnfsquota()
794 rquota->rq_bsize / DEV_BSIZE; in getnfsquota()
796 limit = (u_longlong_t)(rquota->rq_curblocks) * in getnfsquota()
797 rquota->rq_bsize / DEV_BSIZE; in getnfsquota()
799 dqp->dqb_fhardlimit = rquota->rq_fhardlimit; in getnfsquota()
800 dqp->dqb_fsoftlimit = rquota->rq_fsoftlimit; in getnfsquota()
801 dqp->dqb_curfiles = rquota->rq_curfiles; in getnfsquota()
803 tv.tv_sec + rquota->rq_btimeleft; in getnfsquota()
805 tv.tv_sec + rquota->rq_ftimeleft; in getnfsquota()