Home
last modified time | relevance | path

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

/freebsd/usr.bin/quota/
H A Dquota.c561 struct getquota_rslt gq_rslt; in getnfsquota() local
596 (xdrproc_t)xdr_getquota_rslt, (char *)&gq_rslt); in getnfsquota()
603 (xdrproc_t)xdr_getquota_rslt, (char *)&gq_rslt); in getnfsquota()
612 switch (gq_rslt.status) { in getnfsquota()
623 ((uint64_t)gq_rslt.getquota_rslt_u.gqr_rquota.rq_bhardlimit * in getnfsquota()
624 gq_rslt.getquota_rslt_u.gqr_rquota.rq_bsize) / DEV_BSIZE; in getnfsquota()
626 ((uint64_t)gq_rslt.getquota_rslt_u.gqr_rquota.rq_bsoftlimit * in getnfsquota()
627 gq_rslt.getquota_rslt_u.gqr_rquota.rq_bsize) / DEV_BSIZE; in getnfsquota()
629 ((uint64_t)gq_rslt.getquota_rslt_u.gqr_rquota.rq_curblocks * in getnfsquota()
630 gq_rslt.getquota_rslt_u.gqr_rquota.rq_bsize) / DEV_BSIZE; in getnfsquota()
[all …]