Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c708 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh()
711 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh()
723 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh()
899 link->li_name, link->li_namelen, &cstate->save_fh); in nfsd4_link()
1047 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, in nfsd4_rename()
1052 set_change_info(&rename->rn_sinfo, &cstate->save_fh); in nfsd4_rename()
1218 if (!cstate->save_fh.fh_dentry) in nfsd4_verify_copy()
1221 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy()
1522 s_fh = &cstate->save_fh; in nfsd4_setup_inter_ssc()
2625 struct svc_fh *save_fh = &cstate->save_fh; in nfsd4_proc_compound() local
[all …]
H A Dxdr4.h55 struct svc_fh save_fh; member
H A Dvfs.c646 &nfsd4_get_cstate(rqstp)->save_fh, in nfsd4_clone_file_range()