Home
last modified time | relevance | path

Searched refs:xas_error (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/lib/
Dxarray.c184 if (xas_error(xas)) in xas_start()
655 } else if (xas_error(xas)) { in xas_create()
713 if (xas_error(xas)) in xas_create_range()
1082 if (xas_error(xas)) in xas_find()
1151 if (xas_error(xas)) in xas_find_marked()
1233 if (xas_error(xas)) in xas_find_conflict()
1310 if (xas_error(xas)) in xas_result()
1497 return xas_error(&xas); in __xa_insert()
1569 if (xas_error(&xas)) in xa_store_range()
1575 if (xas_error(&xas)) in xa_store_range()
[all …]
Didr.c422 if (xas_error(&xas)) { in ida_alloc_range()
460 if (xas_error(&xas)) in ida_alloc_range()
461 return xas_error(&xas); in ida_alloc_range()
Dtest_xarray.c859 XA_BUG_ON(xa, xas_error(&xas)); in __check_store_iter()
1261 if (xas_error(&xas)) in xa_store_many_order()
1271 XA_BUG_ON(xa, xas_error(&xas)); in xa_store_many_order()
1302 XA_BUG_ON(NULL, xas_error(&xas) != -EEXIST); in check_create_range_3()
1316 if (xas_error(&xas)) in check_create_range_4()
1330 XA_BUG_ON(xa, xas_error(&xas)); in check_create_range_4()
/Linux-v5.4/tools/testing/radix-tree/
Dmultiorder.c27 if (!xas_error(&xas)) in item_insert_order()
31 return xas_error(&xas); in item_insert_order()
/Linux-v5.4/mm/
Dswap_state.c131 if (xas_error(&xas)) in add_to_swap_cache()
146 if (!xas_error(&xas)) in add_to_swap_cache()
151 return xas_error(&xas); in add_to_swap_cache()
Dfilemap.c882 if (xas_error(&xas)) in __add_to_page_cache_locked()
899 if (xas_error(&xas)) in __add_to_page_cache_locked()
912 return xas_error(&xas); in __add_to_page_cache_locked()
Dshmem.c631 if (xas_error(&xas)) in shmem_add_to_page_cache()
650 if (xas_error(&xas)) { in shmem_add_to_page_cache()
653 return xas_error(&xas); in shmem_add_to_page_cache()
Dkhugepaged.c1527 if (!xas_error(&xas)) in collapse_file()
/Linux-v5.4/fs/
Ddax.c542 if (xas_error(xas)) in grab_mapping_entry()
553 if (xas_error(xas)) in grab_mapping_entry()
/Linux-v5.4/include/linux/
Dxarray.h1350 static inline int xas_error(const struct xa_state *xas) in xas_error() function
/Linux-v5.4/Documentation/core-api/
Dxarray.rst310 xas_error() to retrieve the error. All operations check whether