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

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_vnops.c495 struct vnode *tdvp = ap->a_tdvp; local
[all...]
/openbsd-current/sys/miscfs/fuse/
H A Dfuse_vnops.c1227 struct vnode *tdvp = ap->a_tdvp; local
[all...]
/openbsd-current/sys/kern/
H A Dvfs_vops.c359 VOP_RENAME(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp) argument
H A Dvfs_syscalls.c2972 struct vnode *tvp, *fvp, *tdvp; local
/openbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c686 struct vnode *tdvp = ap->a_tdvp; local
[all...]
/openbsd-current/sys/tmpfs/
H A Dtmpfs_vnops.c1275 struct vnode *tdvp = ap->a_tdvp; local
1374 tmpfs_sane_rename(struct vnode *fdvp, struct componentname *fcnp, struct vnode *tdvp, struct componentname *tcnp, struct ucred *cred, int posixly_correct) argument
1597 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) argument
1770 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) argument
1842 tmpfs_rename_exit(struct tmpfs_mount *tmpfs, struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp) argument
2176 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) argument
2505 tmpfs_rename_cache_purge(struct vnode *fdvp, struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp) argument
2543 struct vnode *tdvp = ap->a_tdvp; local
[all...]
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_vnops.c889 struct vnode *tdvp = ap->a_tdvp; local
[all...]
/openbsd-current/sys/nfs/
H A Dnfs_serv.c1584 struct vnode *fvp = NULL, *tvp, *tdvp, *fdirp = NULL; local
H A Dnfs_vnops.c1796 struct vnode *tdvp = ap->a_tdvp; local
1868 nfs_renamerpc(struct vnode *fdvp, char *fnameptr, int fnamelen, struct vnode *tdvp, char *tnameptr, int tnamelen, struct ucred *cred, struct proc *proc) argument
[all...]

Completed in 321 milliseconds