Lines Matching refs:xa_shift
243 if (xas->xa_shift > node->shift) in xas_load()
404 return (xas->xa_sibs + 1UL) << xas->xa_shift; in xas_size()
419 if (xas->xa_shift || xas->xa_sibs) { in xas_max()
647 unsigned int order = xas->xa_shift; in xas_create()
708 unsigned char shift = xas->xa_shift; in xas_create_range()
712 if (xas_is_node(xas) && xas->xa_node->shift == xas->xa_shift) in xas_create_range()
714 xas->xa_shift = 0; in xas_create_range()
737 xas->xa_shift = shift; in xas_create_range()
796 if (node && (xas->xa_shift < node->shift)) in xas_store()
1025 if (WARN_ON(xas->xa_shift + 2 * XA_CHUNK_SHIFT < order)) in xas_split_alloc()
1027 if (xas->xa_shift + XA_CHUNK_SHIFT > order) in xas_split_alloc()
1085 if (xas->xa_shift < node->shift) { in xas_split()
1432 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()
1436 if (xas->xa_node->shift == xas->xa_shift) { in xas_find_conflict()
1710 xas->xa_shift = shift; in xas_set_range()
2220 .xa_shift = node->shift + XA_CHUNK_SHIFT, in xa_delete_node()