Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dxdr4.h212 u32 pf_fhlen; /* request */ member
Dnfs4proc.c403 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
405 putfh->pf_fhlen); in nfsd4_putfh()
Dnfs4xdr.c762 READ32(putfh->pf_fhlen); in nfsd4_decode_putfh()
763 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
765 READ_BUF(putfh->pf_fhlen); in nfsd4_decode_putfh()
766 SAVEMEM(putfh->pf_fhval, putfh->pf_fhlen); in nfsd4_decode_putfh()