Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4proc.c527 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh()
530 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh()
542 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh()
716 link->li_name, link->li_namelen, &cstate->save_fh); in nfsd4_link()
866 !(cstate->save_fh.fh_export->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_rename()
868 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, in nfsd4_rename()
873 set_change_info(&rename->rn_sinfo, &cstate->save_fh); in nfsd4_rename()
1039 if (!cstate->save_fh.fh_dentry) in nfsd4_verify_copy()
1042 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy()
1692 struct svc_fh *save_fh = &cstate->save_fh; in nfsd4_proc_compound() local
[all …]
Dxdr4.h55 struct svc_fh save_fh; member