Searched refs:ib_is_empty (Results 1 – 2 of 2) sorted by relevance
2237 if (ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_get_entry_to_replace()2329 if (ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_delete_entry()2443 if (ib_is_empty(ib)) { in indx_delete_entry()2541 if (ib_is_empty(ib)) { in indx_delete_entry()
767 static inline bool ib_is_empty(const struct INDEX_BUFFER *ib) in ib_is_empty() function