Lines Matching refs:xa_index
1310 unsigned long xa_index; member
1330 .xa_index = index, \
1555 offset = (xas->xa_index >> node->shift) & XA_CHUNK_MASK; in xas_reload()
1577 xas->xa_index = index; in xas_set()
1591 xas->xa_index = order < BITS_PER_LONG ? (index >> order) << order : 0; in xas_set_order()
1631 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()
1635 if (unlikely(xas->xa_index >= max)) in xas_next_entry()
1643 xas->xa_index++; in xas_next_entry()
1693 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()
1694 if (xas->xa_index > max) in xas_next_marked()
1789 xas->xa_index--; in xas_prev()
1818 xas->xa_index++; in xas_next()