memfd_path         25 tools/testing/selftests/memfd/fuse_mnt.c static const char memfd_path[] = "/memfd";
memfd_path         34 tools/testing/selftests/memfd/fuse_mnt.c 	} else if (!strcmp(path, memfd_path)) {
memfd_path         56 tools/testing/selftests/memfd/fuse_mnt.c 	filler(buf, memfd_path + 1, NULL, 0);
memfd_path         63 tools/testing/selftests/memfd/fuse_mnt.c 	if (strcmp(path, memfd_path))
memfd_path         83 tools/testing/selftests/memfd/fuse_mnt.c 	if (strcmp(path, memfd_path) != 0)