Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dpath-util.c373 union file_handle_union h = FILE_HANDLE_INIT, h_parent = FILE_HANDLE_INIT; in fd_is_mount_point() local
421 r = name_to_handle_at(fd, "..", &h_parent.handle, &mount_id_parent, 0); in fd_is_mount_point()
448 if (h.handle.handle_bytes == h_parent.handle.handle_bytes && in fd_is_mount_point()
449 h.handle.handle_type == h_parent.handle.handle_type && in fd_is_mount_point()
450 memcmp(h.handle.f_handle, h_parent.handle.f_handle, h.handle.handle_bytes) == 0) in fd_is_mount_point()