Searched refs:getq_args (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c172 struct getquota_args getq_args; local
178 bzero(&getq_args, sizeof(getq_args));
179 if (!svc_getargs(transp, (xdrproc_t)xdr_getquota_args, &getq_args)) {
186 } else if (!getfsquota(USRQUOTA, getq_args.gqa_uid, getq_args.gqa_pathp, &dqblk)) {
215 if (!svc_freeargs(transp, (xdrproc_t)xdr_getquota_args, &getq_args)) {
224 struct ext_getquota_args getq_args; local
230 bzero(&getq_args, sizeof(getq_args));
[all...]

Completed in 81 milliseconds