Lines Matching defs:putfh
507 struct nfsd4_putfh *putfh = &u->putfh;
511 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen;
512 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval,
513 putfh->pf_fhlen);
516 if (ret == nfserr_stale && putfh->no_verify) {
2233 * Most ops check wronsec on our own; only the putfh-like ops
2281 struct nfsd4_putfh *putfh;
2301 putfh = (struct nfsd4_putfh *)&saved_op->u;
2303 putfh->no_verify = true;