Lines Matching defs:putfh
678 struct nfsd4_putfh *putfh = &u->putfh;
682 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen;
683 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval,
684 putfh->pf_fhlen);
687 if (ret == nfserr_stale && putfh->no_verify) {
2550 * Most ops check wronsec on our own; only the putfh-like ops
2579 struct nfsd4_putfh *putfh;
2599 putfh = (struct nfsd4_putfh *)&saved_op->u;
2601 putfh->no_verify = true;