Searched refs:ffhp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 1639 * N.B. After this call _both_ ffhp and tfhp need an fh_put 1642 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument 1650 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link() 1672 fh_lock_nested(ffhp, I_MUTEX_PARENT); in nfsd_link() 1673 ddir = ffhp->fh_dentry; in nfsd_link() 1688 err = nfserrno(commit_metadata(ffhp)); in nfsd_link() 1700 fh_unlock(ffhp); in nfsd_link() 1732 * N.B. After this call _both_ ffhp and tfhp need an fh_put 1735 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, in nfsd_rename() argument 1744 err = fh_verify(rqstp, ffhp, S_IFDI in nfsd_rename() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 1654 * N.B. After this call _both_ ffhp and tfhp need an fh_put 1657 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument 1665 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link() 1687 ddir = ffhp->fh_dentry; in nfsd_link() 1702 err = fh_fill_pre_attrs(ffhp); in nfsd_link() 1706 fh_fill_post_attrs(ffhp); in nfsd_link() 1709 err = nfserrno(commit_metadata(ffhp)); in nfsd_link() 1753 * N.B. After this call _both_ ffhp and tfhp need an fh_put 1756 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, in nfsd_rename() argument 1765 err = fh_verify(rqstp, ffhp, S_IFDI in nfsd_rename() [all...] |
Completed in 5 milliseconds