Searched refs:ib_is_empty (Results 1 – 2 of 2) sorted by relevance
2264 if (ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_get_entry_to_replace()2357 if (ib && ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_delete_entry()2471 if (ib_is_empty(ib)) { in indx_delete_entry()2569 if (ib_is_empty(ib)) { in indx_delete_entry()
766 static inline bool ib_is_empty(const struct INDEX_BUFFER *ib) in ib_is_empty() function