Searched refs:mount_id (Results 1 – 4 of 4) sorted by relevance
| /tools/build/feature/ |
| 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()
|
| /tools/testing/selftests/bpf/ |
| A D | cgroup_helpers.c | 455 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id_from_path() local 471 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id_from_path() 483 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id_from_path()
|
| /tools/perf/util/ |
| A D | cgroup.c | 57 int mount_id; in __read_cgroup_id() local 60 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) in __read_cgroup_id()
|
| A D | synthetic-events.c | 564 int mount_id; in perf_event__synthesize_cgroup() local 575 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()
|
Completed in 12 milliseconds