Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4proc.c503 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_putfh() local
506 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
507 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
508 putfh->pf_fhlen); in nfsd4_putfh()
Dxdr4.h563 struct nfsd4_putfh putfh; member
Dnfs4xdr.c1052 nfsd4_decode_putfh(struct nfsd4_compoundargs *argp, struct nfsd4_putfh *putfh) in nfsd4_decode_putfh() argument
1057 putfh->pf_fhlen = be32_to_cpup(p++); in nfsd4_decode_putfh()
1058 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
1060 READ_BUF(putfh->pf_fhlen); in nfsd4_decode_putfh()
1061 SAVEMEM(putfh->pf_fhval, putfh->pf_fhlen); in nfsd4_decode_putfh()