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

/linux-master/fs/nfsd/
H A Dxdr4.h336 u32 pf_fhlen; /* request */ member in struct:nfsd4_putfh
H A Dnfs4xdr.c1233 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);
H A Dnfs4proc.c682 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen;
684 putfh->pf_fhlen);

Completed in 244 milliseconds