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

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c314 struct getquota_args gqa; local
321 gqa.gqa_pathp = NULL; /* let xdr allocate the storage */
322 if (!svc_getargs(transp, xdr_getquota_args, (caddr_t)&gqa)) {
332 ((authp) rqstp->rq_clntcred)->aup_uid != (uid_t)gqa.gqa_uid)) {
336 fsqp = findfsq(gqa.gqa_pathp);
344 if (getzfsquota(gqa.gqa_uid, fsqp->fsq_devname, &dqblk)) {
351 (uid_t)gqa.gqa_uid, &dqblk) != 0) {
364 (uid_t)gqa.gqa_uid, &dqblk) < 0 &&
369 if (getdiskquota(fsqp, (uid_t)gqa.gqa_uid,

Completed in 133 milliseconds