Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c67 static int linux_common_open(struct thread *, int, char *, int, int);
91 linux_common_open(struct thread *td, int dirfd, char *path, int l_flags, int mode) in linux_common_open() function
196 return (linux_common_open(td, dfd, path, args->flags, args->mode)); in linux_openat()
214 return (linux_common_open(td, AT_FDCWD, path, args->flags, args->mode)); in linux_open()