Searched refs:mount_id (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/build/feature/ |
H A D | test-file-handle.c | 13 int mount_id; in main() local 15 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0); in main()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 407 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local 426 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id() 438 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id()
|
/openbmc/linux/tools/perf/util/ |
H A D | cgroup.c | 59 int mount_id; in read_cgroup_id() local 67 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) in read_cgroup_id()
|
H A D | synthetic-events.c | 557 int mount_id; in perf_event__synthesize_cgroup() local 568 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7860 abi_long handle, abi_long mount_id, in do_name_to_handle_at() argument 7903 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
|