Searched refs:name_to_handle_at (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-file-handle.c15 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0);
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c450 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags);
452 log_err("name_to_handle_at");
462 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags);
465 log_err("name_to_handle_at");
/linux-master/fs/
H A Dfhandle.c94 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name,
/linux-master/kernel/
H A Dsys_ni.c230 COND_SYSCALL(name_to_handle_at); variable
/linux-master/tools/perf/util/
H A Dcgroup.c60 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0)
H A Dsynthetic-events.c568 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) {

Completed in 454 milliseconds