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

/freebsd-11-stable/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) function
197 return (linux_common_open(td, dfd, path, args->flags, args->mode));
215 return (linux_common_open(td, AT_FDCWD, path, args->flags, args->mode));

Completed in 58 milliseconds