Lines Matching refs:putfh
683 struct nfsd4_putfh *putfh = &u->putfh;
687 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen;
688 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval,
689 putfh->pf_fhlen);
692 if (ret == nfserr_stale && putfh->no_verify) {
2723 * Most ops check wronsec on our own; only the putfh-like ops
2752 struct nfsd4_putfh *putfh;
2772 putfh = (struct nfsd4_putfh *)&saved_op->u;
2774 putfh->no_verify = true;