Searched refs:linux_common_open (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 61 static int linux_common_open(struct thread *, int, const char *, int, int, 156 linux_common_open(struct thread *td, int dirfd, const char *path, int l_flags, in linux_common_open() function 212 return (linux_common_open(td, dfd, args->filename, args->flags, in linux_openat() 221 return (linux_common_open(td, AT_FDCWD, args->path, args->flags, in linux_open()
|