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

/linux-master/fs/nfsd/
H A Dvfs.c1711 * N.B. After this call _both_ ffhp and tfhp need an fh_put
1714 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, argument
1722 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE);
1744 ddir = ffhp->fh_dentry;
1759 err = fh_fill_pre_attrs(ffhp);
1763 fh_fill_post_attrs(ffhp);
1766 err = nfserrno(commit_metadata(ffhp));
1810 * N.B. After this call _both_ ffhp and tfhp need an fh_put
1813 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, argument
1822 err = fh_verify(rqstp, ffhp, S_IFDI
[all...]

Completed in 115 milliseconds