name_to_handle_at  121 src/libudev/libudev-monitor.c         r = name_to_handle_at(AT_FDCWD, "/dev", &h.handle, &mount_id, 0);
name_to_handle_at   88 src/readahead/readahead-common.c                 r = name_to_handle_at(AT_FDCWD, p, &h.handle, &mount_id, AT_SYMLINK_FOLLOW);
name_to_handle_at  473 src/shared/path-util.c         r = name_to_handle_at(AT_FDCWD, t, &h.handle, &mount_id, allow_symlink ? AT_SYMLINK_FOLLOW : 0);
name_to_handle_at  492 src/shared/path-util.c         r = name_to_handle_at(AT_FDCWD, parent, &h.handle, &mount_id_parent, AT_SYMLINK_FOLLOW);
name_to_handle_at  243 src/tmpfiles/tmpfiles.c         r_p = name_to_handle_at(dirfd(d), ".", &h.handle, &mount_id_parent, 0);
name_to_handle_at  248 src/tmpfiles/tmpfiles.c         r = name_to_handle_at(dirfd(d), subdir, &h.handle, &mount_id, 0);