Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mount/
H A 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()
H A 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/tools/testing/selftests/capabilities/
H A Dtest_execve.c26 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() argument
43 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()
/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c52 static bool vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() argument
72 if ((errno == ENOENT) && enoent_ok) in vmaybe_write_file()