Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4proc.c497 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh()
500 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh()
515 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh()
679 if (!cstate->save_fh.fh_dentry) in nfsd4_link()
682 link->li_name, link->li_namelen, &cstate->save_fh); in nfsd4_link()
819 if (!cstate->save_fh.fh_dentry) in nfsd4_rename()
822 !(cstate->save_fh.fh_export->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_rename()
824 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, in nfsd4_rename()
830 set_change_info(&rename->rn_tinfo, &cstate->save_fh); in nfsd4_rename()
1243 fh_init(&resp->cstate.save_fh, NFS4_FHSIZE); in nfsd4_proc_compound()
[all …]
Dxdr4.h55 struct svc_fh save_fh; member