Home
last modified time | relevance | path

Searched defs:tdvp (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/tmpfs/
H A Dtmpfs_vnops.c1275 struct vnode *tdvp = ap->a_tdvp; tmpfs_rename() local
1375 tmpfs_sane_rename(struct vnode * fdvp,struct componentname * fcnp,struct vnode * tdvp,struct componentname * tcnp,struct ucred * cred,int posixly_correct) tmpfs_sane_rename() argument
1601 tmpfs_rename_enter(struct mount * mount,struct tmpfs_mount * tmpfs,struct ucred * cred,struct vnode * fdvp,struct tmpfs_node * fdnode,struct componentname * fcnp,struct tmpfs_dirent ** fde_ret,struct vnode ** fvp_ret,struct vnode * tdvp,struct tmpfs_node * tdnode,struct componentname * tcnp,struct tmpfs_dirent ** tde_ret,struct vnode ** tvp_ret) tmpfs_rename_enter() argument
1774 tmpfs_rename_enter_separate(struct mount * mount,struct tmpfs_mount * tmpfs,struct ucred * cred,struct vnode * fdvp,struct tmpfs_node * fdnode,struct componentname * fcnp,struct tmpfs_dirent ** fde_ret,struct vnode ** fvp_ret,struct vnode * tdvp,struct tmpfs_node * tdnode,struct componentname * tcnp,struct tmpfs_dirent ** tde_ret,struct vnode ** tvp_ret) tmpfs_rename_enter_separate() argument
1844 tmpfs_rename_exit(struct tmpfs_mount * tmpfs,struct vnode * fdvp,struct vnode * fvp,struct vnode * tdvp,struct vnode * tvp) tmpfs_rename_exit() argument
2178 tmpfs_rename_attachdetach(struct tmpfs_mount * tmpfs,struct vnode * fdvp,struct tmpfs_dirent * fde,struct vnode * fvp,struct vnode * tdvp,struct tmpfs_dirent * tde,struct vnode * tvp) tmpfs_rename_attachdetach() argument
2506 tmpfs_rename_cache_purge(struct vnode * fdvp,struct vnode * fvp,struct vnode * tdvp,struct vnode * tvp) tmpfs_rename_cache_purge() argument
2543 struct vnode *tdvp = ap->a_tdvp; tmpfs_rename_abort() local
[all...]
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vnops.c495 struct vnode *tdvp = ap->a_tdvp; in ext2fs_rename() local
/openbsd-src/sys/kern/
H A Dvfs_vops.c360 struct componentname *fcnp, struct vnode *tdvp, struct vnode *tvp, in VOP_RENAME() argument
H A Dvfs_syscalls.c2968 struct vnode *tvp, *fvp, *tdvp; dorenameat() local
/openbsd-src/sys/nfs/
H A Dnfs_vnops.c1779 struct vnode *tdvp = ap->a_tdvp; nfs_rename() local
1852 nfs_renamerpc(struct vnode * fdvp,char * fnameptr,int fnamelen,struct vnode * tdvp,char * tnameptr,int tnamelen,struct ucred * cred,struct proc * proc) nfs_renamerpc() argument
[all...]
H A Dnfs_serv.c1584 struct vnode *fvp = NULL, *tvp, *tdvp, *fdirp = NULL; nfsrv_rename() local
/openbsd-src/sys/ufs/ufs/
H A Dufs_vnops.c686 struct vnode *tdvp = ap->a_tdvp; in ufs_rename() local
[all...]
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_vnops.c889 struct vnode *tdvp = ap->a_tdvp; in msdosfs_rename() local
[all...]
/openbsd-src/sys/miscfs/fuse/
H A Dfuse_vnops.c1227 struct vnode *tdvp = ap->a_tdvp; fusefs_rename() local
[all...]