Searched refs:SUBTREE_WALK_RET_OK (Results 1 – 3 of 3) sorted by relevance
348 return SUBTREE_WALK_RET_OK; in read_before()412 return SUBTREE_WALK_RET_OK; in read_overlap_tail()473 return SUBTREE_WALK_RET_OK; in read_overlap_contain()523 return SUBTREE_WALK_RET_OK; in read_overlap_contained()568 return SUBTREE_WALK_RET_OK; in read_overlap_head()606 if (ret != SUBTREE_WALK_RET_OK) in read_walk_finally()619 return SUBTREE_WALK_RET_OK; in read_walk_finally()
242 int ret = SUBTREE_WALK_RET_OK; in cache_subtree_walk()439 return SUBTREE_WALK_RET_OK; in fixup_overlap_tail()531 return SUBTREE_WALK_RET_OK; in fixup_overlap_contained()562 return SUBTREE_WALK_RET_OK; in fixup_overlap_head()613 case SUBTREE_WALK_RET_OK: in cache_key_insert()
254 #define SUBTREE_WALK_RET_OK 0 macro