Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h338 u32 pf_fhlen; /* request */ member
H A Dnfs4xdr.c1378 if (xdr_stream_decode_u32(argp->xdr, &putfh->pf_fhlen) < 0) in nfsd4_decode_putfh()
1380 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
1382 p = xdr_inline_decode(argp->xdr, putfh->pf_fhlen); in nfsd4_decode_putfh()
1385 putfh->pf_fhval = svcxdr_savemem(argp, p, putfh->pf_fhlen); in nfsd4_decode_putfh()
H A Dnfs4proc.c719 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
721 putfh->pf_fhlen); in nfsd4_putfh()