Searched refs:is_hole (Results 1 – 3 of 3) sorted by relevance
132 bool is_hole() { in is_hole() function255 if ((parent == nullptr && new_ring->is_hole()) || in assign_as_child()256 (parent != nullptr && new_ring->is_hole() == parent->is_hole())) { in assign_as_child()269 if ((parent == nullptr && ring->is_hole()) || in reassign_as_child()270 (parent != nullptr && ring->is_hole() == parent->is_hole())) { in reassign_as_child()290 if (new_ring->is_hole() != sibling->is_hole()) { in assign_as_sibling()307 if (ring->is_hole() != sibling->is_hole()) { in reassign_as_sibling()
117 (!it_ring1->is_hole() && !it_ring2->is_hole())) { in find_intersect_loop()176 if (ring_is_hole(&r) != r.is_hole()) { in correct_orientations()496 if (!ring_j->is_hole() && !ring_k->is_hole()) { in process_single_intersection()506 if (!ring_j->is_hole()) { in process_single_intersection()512 } else if (!ring_k->is_hole()) { in process_single_intersection()603 if (ring_origin->is_hole()) { in process_single_intersection()606 if (!ring_itr->is_hole()) { in process_single_intersection()621 bool origin_is_hole = ring_origin->is_hole(); in process_single_intersection()714 if (it_ring->is_hole() || it_ring2->is_hole()) { in process_single_intersection()731 if (it_ring->is_hole() || it_ring2->is_hole()) { in process_single_intersection()[all …]
52 static bool is_hole(struct pnfs_block_extent *be) in is_hole() function306 if (is_hole(&be)) { in bl_read_pagelist()