Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_file.h241 #define LINUX_CLOSE_RANGE_CLOEXEC (1U << 2) macro
H A Dlinux_file.c1890 if ((args->flags & ~(LINUX_CLOSE_RANGE_CLOEXEC)) != 0) in linux_close_range()
1894 if ((args->flags & LINUX_CLOSE_RANGE_CLOEXEC) != 0) in linux_close_range()