Lines Matching refs:xa_index
1350 unsigned long xa_index; member
1371 .xa_index = index, \
1617 offset = (xas->xa_index >> node->shift) & XA_CHUNK_MASK; in xas_reload()
1639 xas->xa_index = index; in xas_set()
1657 xas->xa_index = index; in xas_advance()
1671 xas->xa_index = order < BITS_PER_LONG ? (index >> order) << order : 0; in xas_set_order()
1717 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()
1721 if (unlikely(xas->xa_index >= max)) in xas_next_entry()
1729 xas->xa_index++; in xas_next_entry()
1779 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()
1780 if (xas->xa_index > max) in xas_next_marked()
1875 xas->xa_index--; in xas_prev()
1904 xas->xa_index++; in xas_next()