Lines Matching refs:xa_index
1346 unsigned long xa_index; member
1367 .xa_index = index, \
1594 offset = (xas->xa_index >> node->shift) & XA_CHUNK_MASK; in xas_reload()
1616 xas->xa_index = index; in xas_set()
1634 xas->xa_index = index; in xas_advance()
1648 xas->xa_index = order < BITS_PER_LONG ? (index >> order) << order : 0; in xas_set_order()
1694 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()
1698 if (unlikely(xas->xa_index >= max)) in xas_next_entry()
1706 xas->xa_index++; in xas_next_entry()
1756 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()
1757 if (xas->xa_index > max) in xas_next_marked()
1852 xas->xa_index--; in xas_prev()
1881 xas->xa_index++; in xas_next()