Lines Matching refs:XA_CHUNK_SIZE
104 return !bitmap_empty(node_marks(node, mark), XA_CHUNK_SIZE); in node_any_mark()
109 bitmap_fill(node_marks(node, mark), XA_CHUNK_SIZE); in node_mark_all()
380 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
429 return (XA_CHUNK_SIZE << xa_to_node(entry)->shift) - 1; in max_index()
440 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink()
483 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node()
500 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node()
534 while (offset == XA_CHUNK_SIZE) { in xas_free_nodes()
564 while ((max >> shift) >= XA_CHUNK_SIZE) in xas_expand()
717 xas->xa_index -= XA_CHUNK_SIZE; in xas_create_range()
748 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node()
749 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()
972 while (++offset < XA_CHUNK_SIZE) { in xas_pause()
1044 while (xas->xa_offset == XA_CHUNK_SIZE) { in __xas_next()
1100 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find()
1174 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find_marked()
1199 if (offset == XA_CHUNK_SIZE) in xas_find_marked()
2033 for (i = 0; i < XA_CHUNK_SIZE; i++) in xa_dump_entry()