Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr4.h222 u32 pf_fhlen; /* request */ member
H A Dnfs4xdr.c1103 putfh->pf_fhlen = be32_to_cpup(p++); in nfsd4_decode_putfh()
1104 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
1106 READ_BUF(putfh->pf_fhlen); in nfsd4_decode_putfh()
1107 SAVEMEM(putfh->pf_fhval, putfh->pf_fhlen); in nfsd4_decode_putfh()
H A Dnfs4proc.c511 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
513 putfh->pf_fhlen); in nfsd4_putfh()