Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c103 static int kern_fhlinkat(struct thread *td, int fd, const char *path,
4485 return (kern_fhlinkat(td, AT_FDCWD, uap->to, UIO_USERSPACE, uap->fhp)); in sys_fhlink()
4499 return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp)); in sys_fhlinkat()
4503 kern_fhlinkat(struct thread *td, int fd, const char *path, in kern_fhlinkat() function