Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c681 struct nfsd4_putfh *putfh = &u->putfh; in nfsd4_putfh() local
685 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
686 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
687 putfh->pf_fhlen); in nfsd4_putfh()
690 if (ret == nfserr_stale && putfh->no_verify) { in nfsd4_putfh()
2745 struct nfsd4_putfh *putfh; in check_if_stalefh_allowed() local
2765 putfh = (struct nfsd4_putfh *)&saved_op->u; in check_if_stalefh_allowed()
2767 putfh->no_verify = true; in check_if_stalefh_allowed()