Home
last modified time | relevance | path

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

/linux/lib/
A Dxarray.c185 if (xas_error(xas)) in xas_start()
659 } else if (xas_error(xas)) { in xas_create()
717 if (xas_error(xas)) in xas_create_range()
1236 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find()
1307 if (xas_error(xas)) in xas_find_marked()
1393 if (xas_error(xas)) in xas_find_conflict()
1470 if (xas_error(xas)) in xas_result()
1657 return xas_error(&xas); in __xa_insert()
1729 if (xas_error(&xas)) in xa_store_range()
1735 if (xas_error(&xas)) in xa_store_range()
[all …]
A Didr.c423 if (xas_error(&xas)) { in ida_alloc_range()
461 if (xas_error(&xas)) in ida_alloc_range()
462 return xas_error(&xas); in ida_alloc_range()
A Dtest_xarray.c888 XA_BUG_ON(xa, xas_error(&xas)); in __check_store_iter()
1390 if (xas_error(&xas)) in xa_store_many_order()
1400 XA_BUG_ON(xa, xas_error(&xas)); in xa_store_many_order()
1431 XA_BUG_ON(NULL, xas_error(&xas) != -EEXIST); in check_create_range_3()
1445 if (xas_error(&xas)) in check_create_range_4()
1459 XA_BUG_ON(xa, xas_error(&xas)); in check_create_range_4()
/linux/tools/testing/radix-tree/
A Dmultiorder.c27 if (!xas_error(&xas)) in item_insert_order()
31 return xas_error(&xas); in item_insert_order()
/linux/mm/
A Dswap_state.c119 if (xas_error(&xas)) in add_to_swap_cache()
140 if (!xas_error(&xas)) in add_to_swap_cache()
145 return xas_error(&xas); in add_to_swap_cache()
A Dfilemap.c943 if (xas_error(&xas)) in __filemap_add_folio()
955 if (xas_error(&xas)) { in __filemap_add_folio()
956 error = xas_error(&xas); in __filemap_add_folio()
A Dshmem.c730 if (xas_error(&xas)) in shmem_add_to_page_cache()
749 if (xas_error(&xas)) { in shmem_add_to_page_cache()
750 error = xas_error(&xas); in shmem_add_to_page_cache()
A Dkhugepaged.c1674 if (!xas_error(&xas)) in collapse_file()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst259 xa_state也被用来存储错误(store errors)。你可以调用xas_error()来检索错误。所有的操作在进行之前都
/linux/fs/
A Ddax.c554 if (xas_error(xas)) in grab_mapping_entry()
565 if (xas_error(xas)) in grab_mapping_entry()
/linux/include/linux/
A Dxarray.h1389 static inline int xas_error(const struct xa_state *xas) in xas_error() function
/linux/Documentation/core-api/
A Dxarray.rst325 xas_error() to retrieve the error. All operations check whether

Completed in 36 milliseconds