Home
last modified time | relevance | path

Searched refs:xa_shift (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
A Dxarray.c238 if (xas->xa_shift > node->shift) in xas_load()
417 if (xas->xa_shift || xas->xa_sibs) { in xas_max()
645 unsigned int order = xas->xa_shift; in xas_create()
706 unsigned char shift = xas->xa_shift; in xas_create_range()
712 xas->xa_shift = 0; in xas_create_range()
733 xas->xa_shift = shift; in xas_create_range()
792 if (node && (xas->xa_shift < node->shift)) in xas_store()
1009 if (xas->xa_shift + XA_CHUNK_SHIFT > order) in xas_split_alloc()
1067 if (xas->xa_shift < node->shift) { in xas_split()
1411 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()
[all …]
/linux/include/linux/
A Dxarray.h1313 unsigned char xa_shift; member
1333 .xa_shift = shift, \
1594 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()
/linux/mm/
A Dfilemap.c2369 xas.xa_offset = (xas.xa_index >> xas.xa_shift) & XA_CHUNK_MASK; in filemap_get_read_batch()

Completed in 16 milliseconds