Home
last modified time | relevance | path

Searched refs:name_to_handle_at (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c156 ASSERT_EQ(name_to_handle_at(self->child_pidfd1, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
203 ASSERT_EQ(name_to_handle_at(self->child_pidfd2, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
249 ASSERT_EQ(name_to_handle_at(self->pidfd, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
285 ASSERT_EQ(name_to_handle_at(self->child_pidfd3, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
324 ASSERT_EQ(name_to_handle_at(self->child_pidfd3, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
363 ASSERT_EQ(name_to_handle_at(self->child_pidfd2, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
421 ASSERT_EQ(name_to_handle_at(self->child_pidfd2, "", fh, &mnt_id, AT_EMPTY_PATH), 0); in TEST_F()
442 …ASSERT_NE(name_to_handle_at(self->child_pidfd2, "lookup-is-not-possible-with-pidfs", fh, &mnt_id, … in TEST_F()
444 …ASSERT_NE(name_to_handle_at(self->child_pidfd2, "lookup-is-not-possible-with-pidfs", fh, &mnt_id, … in TEST_F()
468 …ASSERT_NE(name_to_handle_at(self->child_pidfd2, "", fh, &mnt_id, AT_EMPTY_PATH | AT_HANDLE_CONNECT… in TEST_F()
[all …]
/linux/tools/testing/selftests/namespaces/
H A Dfile_handle_test.c45 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
100 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
150 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
200 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
250 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
300 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
352 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
404 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
455 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
584 ret = name_to_handle_at(ns_fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
[all …]
H A Dns_active_ref_test.c52 ret = name_to_handle_at(fd1, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
125 ret = name_to_handle_at(fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
210 ret = name_to_handle_at(fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
345 ret = name_to_handle_at(fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
423 ret = name_to_handle_at(fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
515 ret = name_to_handle_at(nsfd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
905 ret = name_to_handle_at(fd, "", handle, &mount_id, AT_EMPTY_PATH); in TEST()
/linux/tools/build/feature/
H A Dtest-file-handle.c15 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0); in main()
/linux/tools/perf/trace/strace/groups/
H A Dstring39 name_to_handle_at
/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c491 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id_from_path()
503 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id_from_path()
/linux/fs/
H A Dfhandle.c129 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, in SYSCALL_DEFINE5() argument
/linux/tools/perf/util/
H A Dcgroup.c61 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) in __read_cgroup_id()
H A Dsynthetic-events.c575 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl309 298 n64 name_to_handle_at sys_name_to_handle_at
/linux/scripts/
H A Dsyscall.tbl313 264 common name_to_handle_at sys_name_to_handle_at
/linux/tools/scripts/
H A Dsyscall.tbl313 264 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl289 335 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl369 359 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl347 324 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl315 303 common name_to_handle_at sys_name_to_handle_at
H A Dsyscall_32.tbl356 341 i386 name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl402 332 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl388 370 common name_to_handle_at sys_name_to_handle_at
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl447 345 common name_to_handle_at sys_name_to_handle_at
/linux/init/
H A DKconfig1743 get renamed. Enables open_by_handle_at(2) and name_to_handle_at(2)