Searched refs:enoent_ok (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 40 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()
|
D | unprivileged-remount-test.c | 57 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/ |
D | safesetid-test.c | 40 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/ |
D | test_execve.c | 34 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()
|