Searched refs:vmaybe_write_file (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, function
81 vmaybe_write_file(true, filename, fmt, ap);
90 vmaybe_write_file(false, filename, fmt, ap);
H A Dunprivileged-remount-test.c57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) function
100 vmaybe_write_file(true, filename, fmt, ap);
110 vmaybe_write_file(false, filename, fmt, ap);
/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) function
68 vmaybe_write_file(true, filename, fmt, ap);
77 vmaybe_write_file(false, filename, fmt, ap);
/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) function
101 ret = vmaybe_write_file(false, filename, fmt, ap);

Completed in 114 milliseconds