Searched refs:kern_getfhat (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | syscallsubr.h | 185 int kern_getfhat(struct thread *td, int flags, int fd, const char *path,
|
| /freebsd/sys/kern/ |
| H A D | vfs_syscalls.c | 4556 return (kern_getfhat(td, AT_SYMLINK_NOFOLLOW, AT_FDCWD, uap->fname, in sys_lgetfh() 4570 return (kern_getfhat(td, 0, AT_FDCWD, uap->fname, UIO_USERSPACE, in sys_getfh() 4593 return (kern_getfhat(td, uap->flags, uap->fd, uap->path, UIO_USERSPACE, in sys_getfhat() 4598 kern_getfhat(struct thread *td, int flags, int fd, const char *path, in kern_getfhat() function
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 254 error = kern_getfhat(td, bsd_flags, fd, args->name, in linux_name_to_handle_at()
|