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

/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c40 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, argument
57 if ((errno == ENOENT) && enoent_ok)
H A Dunprivileged-remount-test.c57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) argument
75 if ((errno == ENOENT) && enoent_ok)
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c52 static bool vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) argument
72 if ((errno == ENOENT) && enoent_ok)
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c26 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) argument
43 if ((errno == ENOENT) && enoent_ok)

Completed in 99 milliseconds