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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c410 if (!cstate->save_fh.fh_dentry)
413 fh_dup2(&cstate->current_fh, &cstate->save_fh);
424 fh_dup2(&cstate->save_fh, &cstate->current_fh);
584 if (!cstate->save_fh.fh_dentry)
587 link->li_name, link->li_namelen, &cstate->save_fh);
710 if (!cstate->save_fh.fh_dentry)
712 if (locks_in_grace() && !(cstate->save_fh.fh_export->ex_flags
715 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname,
720 * by NFSv4. both save_fh and current_fh have been verified.. */
724 (S_ISDIR(cstate->save_fh
[all...]
H A Dxdr4.h48 struct svc_fh save_fh; member in struct:nfsd4_compound_state

Completed in 125 milliseconds