Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c1995 * @ffhp: the file handle of the directory where the new link is to be created
2000 * After this call _both_ ffhp and tfhp need an fh_put.
2005 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument
2014 trace_nfsd_vfs_link(rqstp, ffhp, tfhp, name, len); in nfsd_link()
2016 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link()
2038 ddir = ffhp->fh_dentry; in nfsd_link()
2052 err = fh_fill_pre_attrs(ffhp); in nfsd_link()
2056 fh_fill_post_attrs(ffhp); in nfsd_link()
2060 host_err = commit_metadata(ffhp); in nfsd_link()
2104 * @ffhp
2116 nfsd_rename(struct svc_rqst * rqstp,struct svc_fh * ffhp,char * fname,int flen,struct svc_fh * tfhp,char * tname,int tlen) nfsd_rename() argument
[all...]