Searched refs:xa_shift (Results 1 – 2 of 2) sorted by relevance
240 if (xas->xa_shift > node->shift) in xas_load()420 if (xas->xa_shift || xas->xa_sibs) { in xas_max()648 unsigned int order = xas->xa_shift; in xas_create()709 unsigned char shift = xas->xa_shift; in xas_create_range()715 xas->xa_shift = 0; in xas_create_range()738 xas->xa_shift = shift; in xas_create_range()797 if (node && (xas->xa_shift < node->shift)) in xas_store()1014 if (xas->xa_shift + XA_CHUNK_SHIFT > order) in xas_split_alloc()1072 if (xas->xa_shift < node->shift) { in xas_split()1418 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()[all …]
1329 unsigned char xa_shift; member1350 .xa_shift = shift, \1631 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()
Completed in 9 milliseconds