Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c69 static int linux_common_open(struct thread *, int, const char *, int, int,
172 linux_common_open(struct thread *td, int dirfd, const char *path, int l_flags, in linux_common_open() function
230 return (linux_common_open(td, dfd, args->filename, args->flags, in linux_openat()
238 error = linux_common_open(td, dfd, path, args->flags, args->mode, in linux_openat()
252 return (linux_common_open(td, AT_FDCWD, args->path, args->flags, in linux_open()
260 error = linux_common_open(td, AT_FDCWD, path, args->flags, args->mode, in linux_open()