Searched refs:putfh (Results 1 – 3 of 3) sorted by relevance
510 struct nfsd4_putfh *putfh) in nfsd4_putfh() argument513 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()514 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()515 putfh->pf_fhlen); in nfsd4_putfh()
1000 nfsd4_decode_putfh(struct nfsd4_compoundargs *argp, struct nfsd4_putfh *putfh) in nfsd4_decode_putfh() argument1005 putfh->pf_fhlen = be32_to_cpup(p++); in nfsd4_decode_putfh()1006 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()1008 READ_BUF(putfh->pf_fhlen); in nfsd4_decode_putfh()1009 SAVEMEM(putfh->pf_fhval, putfh->pf_fhlen); in nfsd4_decode_putfh()
559 struct nfsd4_putfh putfh; member