Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mount/
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()
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/safesetid/
A 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/tools/testing/selftests/capabilities/
A 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()

Completed in 6 milliseconds