Home
last modified time | relevance | path

Searched refs:putfh (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
A Dnfs4proc.c679 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_putfh() local
683 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
684 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
685 putfh->pf_fhlen); in nfsd4_putfh()
688 if (ret == nfserr_stale && putfh->no_verify) { in nfsd4_putfh()
2636 struct nfsd4_putfh *putfh; in check_if_stalefh_allowed() local
2656 putfh = (struct nfsd4_putfh *)&saved_op->u; in check_if_stalefh_allowed()
2658 putfh->no_verify = true; in check_if_stalefh_allowed()
A Dnfs4xdr.c1230 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_decode_putfh() local
1233 if (xdr_stream_decode_u32(argp->xdr, &putfh->pf_fhlen) < 0) in nfsd4_decode_putfh()
1235 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
1237 p = xdr_inline_decode(argp->xdr, putfh->pf_fhlen); in nfsd4_decode_putfh()
1240 putfh->pf_fhval = svcxdr_savemem(argp, p, putfh->pf_fhlen); in nfsd4_decode_putfh()
1241 if (!putfh->pf_fhval) in nfsd4_decode_putfh()
1244 putfh->no_verify = false; in nfsd4_decode_putfh()
A Dxdr4.h796 struct nfsd4_putfh putfh; member

Completed in 28 milliseconds