root_dfd          151 tools/testing/selftests/exec/execveat.c static int check_execveat_pathmax(int root_dfd, const char *src, int is_script)
root_dfd          214 tools/testing/selftests/exec/execveat.c 		fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0,
root_dfd          217 tools/testing/selftests/exec/execveat.c 		fail += check_execveat(root_dfd, longpath + 1, 0);
root_dfd          232 tools/testing/selftests/exec/execveat.c 	int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY);
root_dfd          368 tools/testing/selftests/exec/execveat.c 	fail += check_execveat_pathmax(root_dfd, "execveat", 0);
root_dfd          369 tools/testing/selftests/exec/execveat.c 	fail += check_execveat_pathmax(root_dfd, "script", 1);