Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/mount/
Dnosymfollow-test.c40 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, in vmaybe_write_file() argument
57 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()
Dunprivileged-remount-test.c57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() argument
75 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()
/linux-5.19.10/tools/testing/selftests/safesetid/
Dsafesetid-test.c40 static bool vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() argument
60 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()
/linux-5.19.10/tools/testing/selftests/capabilities/
Dtest_execve.c34 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() argument
51 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()