Searched refs:ib_is_empty (Results 1 – 2 of 2) sorted by relevance
2244 if (ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_get_entry_to_replace()2336 if (ib_is_leaf(ib) && ib_is_empty(ib)) { in indx_delete_entry()2450 if (ib_is_empty(ib)) { in indx_delete_entry()2548 if (ib_is_empty(ib)) { in indx_delete_entry()
763 static inline bool ib_is_empty(const struct INDEX_BUFFER *ib) in ib_is_empty() function