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

/linux-master/fs/nfsd/
H A Dnfs4proc.c678 struct nfsd4_putfh *putfh = &u->putfh; local
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) {
2566 * Most ops check wronsec on our own; only the putfh-like ops
2595 struct nfsd4_putfh *putfh; local
2615 putfh = (struct nfsd4_putfh *)&saved_op->u;
2617 putfh
[all...]
H A Dnfs4xdr.c1230 struct nfsd4_putfh *putfh = &u->putfh; local
1233 if (xdr_stream_decode_u32(argp->xdr, &putfh->pf_fhlen) < 0)
1235 if (putfh->pf_fhlen > NFS4_FHSIZE)
1237 p = xdr_inline_decode(argp->xdr, putfh->pf_fhlen);
1240 putfh->pf_fhval = svcxdr_savemem(argp, p, putfh->pf_fhlen);
1241 if (!putfh->pf_fhval)
1244 putfh->no_verify = false;
H A Dxdr4.h774 struct nfsd4_putfh putfh; member in union:nfsd4_op::nfsd4_op_u

Completed in 161 milliseconds