Home
last modified time | relevance | path

Searched refs:kern_linkat_vp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_syscalls.c107 static int kern_linkat_vp(struct thread *td, struct vnode *vp, int fd,
1634 error = kern_linkat_vp(td, nd.ni_vp, fd2, path2, segflag); in kern_linkat()
1640 kern_linkat_vp(struct thread *td, struct vnode *vp, int fd, const char *path, in kern_linkat_vp() function
4526 error = kern_linkat_vp(td, vp, fd, path, pathseg); in kern_fhlinkat()