Home
last modified time | relevance | path

Searched refs:ib_is_empty (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dindex.c2244 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()
H A Dntfs.h763 static inline bool ib_is_empty(const struct INDEX_BUFFER *ib) in ib_is_empty() function