Searched refs:tcnp (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 2915 const struct componentname *scnp, const struct componentname *tcnp) in zfs_rename_relock() argument 2921 const char *tnm = tcnp->cn_nameptr; in zfs_rename_relock() 3000 if ((tcnp->cn_flags & ISDOTDOT) != 0) in zfs_rename_relock() 3140 struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp) in cache_vop_rename() argument 3170 vnode_t *tdvp, vnode_t **tvpp, struct componentname *tcnp, in zfs_rename_() argument 3178 const char *tnm = tcnp->cn_nameptr; in zfs_rename_() 3197 error = zfs_rename_relock(sdvp, svpp, tdvp, tvpp, scnp, tcnp); in zfs_rename_() 3287 (scnp->cn_flags | tcnp->cn_flags) & ISDOTDOT) { in zfs_rename_() 3408 cache_vop_rename(sdvp, *svpp, tdvp, *tvpp, scnp, tcnp); in zfs_rename_()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 2742 struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp) in cache_vop_rename() argument 2754 KASSERT(!cache_remove_cnp(tdvp, tcnp), in cache_vop_rename() 2757 cache_remove_cnp(tdvp, tcnp); in cache_vop_rename() 2772 cache_enter(tdvp, fvp, tcnp); in cache_vop_rename()
|
| H A D | vnode_if.src | 341 IN struct componentname *tcnp;
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 656 struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp);
|