Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dopenat2_test.c262 int otherflags; in test_openat2_flags() local
266 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
270 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
273 if (otherflags & FD_CLOEXEC) in test_openat2_flags()
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dopenat2_test.c277 int otherflags; in test_openat2_flags() local
281 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
288 if (otherflags & FD_CLOEXEC) in test_openat2_flags()

Completed in 3 milliseconds