Searched refs:allow_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dxarray.c629 * @allow_root: %true if we can store the entry in the root directly
639 static void *xas_create(struct xa_state *xas, bool allow_root) argument
656 if (!shift && !allow_root)
786 bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); local
787 first = xas_create(xas, allow_root);

Completed in 166 milliseconds