Searched refs:putfh (Results 1 – 3 of 3) sorted by relevance
517 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_putfh() local521 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()522 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()523 putfh->pf_fhlen); in nfsd4_putfh()526 if (ret == nfserr_stale && putfh->no_verify) { in nfsd4_putfh()2415 struct nfsd4_putfh *putfh; in check_if_stalefh_allowed() local2435 putfh = (struct nfsd4_putfh *)&saved_op->u; in check_if_stalefh_allowed()2437 putfh->no_verify = true; in check_if_stalefh_allowed()
1206 nfsd4_decode_putfh(struct nfsd4_compoundargs *argp, struct nfsd4_putfh *putfh) in nfsd4_decode_putfh() argument1210 if (xdr_stream_decode_u32(argp->xdr, &putfh->pf_fhlen) < 0) in nfsd4_decode_putfh()1212 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()1214 p = xdr_inline_decode(argp->xdr, putfh->pf_fhlen); in nfsd4_decode_putfh()1217 putfh->pf_fhval = svcxdr_savemem(argp, p, putfh->pf_fhlen); in nfsd4_decode_putfh()1218 if (!putfh->pf_fhval) in nfsd4_decode_putfh()
626 struct nfsd4_putfh putfh; member
Completed in 23 milliseconds