Searched refs:save_fh (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/nfsd/ |
D | nfs4proc.c | 529 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh() 532 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh() 544 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh() 712 link->li_name, link->li_namelen, &cstate->save_fh); in nfsd4_link() 863 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, in nfsd4_rename() 869 set_change_info(&rename->rn_tinfo, &cstate->save_fh); in nfsd4_rename() 1033 if (!cstate->save_fh.fh_dentry) in nfsd4_verify_copy() 1036 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy() 1924 struct svc_fh *save_fh = &cstate->save_fh; in nfsd4_proc_compound() local 1937 fh_init(save_fh, NFS4_FHSIZE); in nfsd4_proc_compound() [all …]
|
D | xdr4.h | 55 struct svc_fh save_fh; member
|