Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c647 if (xas_top(node)) { in xas_create()
1061 if (xas_top(node)) in xas_split()
1318 } else if (xas_top(xas->xa_node)) { in xas_find_marked()
1402 if (xas_top(xas->xa_node)) { in xas_find_conflict()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1452 static inline bool xas_top(struct xa_node *node) in xas_top() function