Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dnfs4proc.c507 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_putfh() local
511 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
512 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
513 putfh->pf_fhlen); in nfsd4_putfh()
516 if (ret == nfserr_stale && putfh->no_verify) { in nfsd4_putfh()
2291 struct nfsd4_putfh *putfh; in check_if_stalefh_allowed() local
2311 putfh = (struct nfsd4_putfh *)&saved_op->u; in check_if_stalefh_allowed()
2313 putfh->no_verify = true; in check_if_stalefh_allowed()
Dxdr4.h638 struct nfsd4_putfh putfh; member
Dnfs4xdr.c1098 nfsd4_decode_putfh(struct nfsd4_compoundargs *argp, struct nfsd4_putfh *putfh) in nfsd4_decode_putfh() argument
1103 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()