Searched refs:XA_CHUNK_MASK (Results 1 – 3 of 3) sorted by relevance
144 return (index >> node->shift) & XA_CHUNK_MASK; in get_offset()156 xas->xa_index &= ~XA_CHUNK_MASK << shift; in xas_move_index()193 if ((xas->xa_index >> xa_to_node(entry)->shift) > XA_CHUNK_MASK) in xas_start()719 if (xas->xa_index <= (index | XA_CHUNK_MASK)) in xas_create_range()829 if (offset == XA_CHUNK_MASK) in xas_store()1249 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK)) { in xas_find()1250 xas->xa_offset = ((xas->xa_index - 1) & XA_CHUNK_MASK) + 1; in xas_find()1418 } else if (xas->xa_offset == XA_CHUNK_MASK) { in xas_find_conflict()1667 unsigned int offset = XA_CHUNK_MASK; in xas_set_range()1671 while ((first & XA_CHUNK_MASK) == 0) { in xas_set_range()[all …]
1113 #define XA_CHUNK_MASK (XA_CHUNK_SIZE - 1) macro1557 offset = (xas->xa_index >> node->shift) & XA_CHUNK_MASK; in xas_reload()1633 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()1639 if (unlikely(xas->xa_offset == XA_CHUNK_MASK)) in xas_next_entry()1695 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()1817 xas->xa_offset == XA_CHUNK_MASK)) in xas_next()
2359 xas.xa_offset = (xas.xa_index >> xas.xa_shift) & XA_CHUNK_MASK; in filemap_get_read_batch()