Searched refs:xas_error (Results 1 – 12 of 12) sorted by relevance
117 if (xas_error(&xas)) in rxe_mr_fill_pages_from_sgt()126 return xas_error(&xas); in rxe_mr_fill_pages_from_sgt()171 if (xas_error(&xas)) in rxe_mr_alloc()179 err = xas_error(&xas); in rxe_mr_alloc()
188 if (xas_error(xas)) in xas_start() 668 } else if (xas_error(xas)) { in xas_create() 726 if (xas_error(xas)) in xas_create_range() 1397 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find() 1468 if (xas_error(xas)) in xas_find_marked() 1556 if (xas_error(xas)) in xas_find_conflict() 1629 if (xas_error(xas)) in xas_result() 1890 if (xas_error(&xas)) in xa_store_range() 1896 if (xas_error(&xas)) in xa_store_range() 2009 return xas_error([all...]
756 XA_BUG_ON(xa, xas_error(&xas) && xas_error(&xas) != -ENOMEM); in check_xa_multi_store_adv_add()759 XA_BUG_ON(xa, xas_error(&xas)); in check_xa_multi_store_adv_add()1134 XA_BUG_ON(xa, xas_error(&xas)); in __check_store_iter()1672 if (xas_error(&xas)) in xa_store_many_order()1682 XA_BUG_ON(xa, xas_error(&xas)); in xa_store_many_order()1713 XA_BUG_ON(NULL, xas_error(&xas) != -EEXIST); in check_create_range_3()1727 if (xas_error(&xas)) in check_create_range_4()1741 XA_BUG_ON(xa, xas_error(&xas)); in check_create_range_4()1892 XA_BUG_ON(xa, !xas_error(&xas) || xas_error(&xas) != -EINVAL); in check_split_2()
110 if (xas_error(&xas)) in add_to_swap_cache()129 if (!xas_error(&xas)) in add_to_swap_cache()134 return xas_error(&xas); in add_to_swap_cache()
1882 if (!xas_error(&xas)) in collapse_file()2138 if (xas_error(&xas)) { in collapse_file()2213 WARN_ON_ONCE(xas_error(&xas)); in collapse_file()
910 if (xas_error(&xas)) in __filemap_add_folio() 925 if (xas_error(&xas)) in __filemap_add_folio() 945 if (xas_error(&xas)) in __filemap_add_folio() 954 return xas_error(&xas); in __filemap_add_folio()
943 if (xas_error(&xas)) in shmem_add_to_page_cache()951 if (xas_error(&xas)) { in shmem_add_to_page_cache()954 return xas_error(&xas); in shmem_add_to_page_cache()2274 if (xas_error(&xas)) in shmem_split_large_entry()2302 if (xas_error(&xas)) in shmem_split_large_entry()2303 return xas_error(&xas); in shmem_split_large_entry()
3463 if (xas_error(xas)) { in __split_unmapped_folio() 3464 ret = xas_error(xas); in __split_unmapped_folio() 3681 if (xas_error(&xas)) { in uniform_split_supported() 3682 ret = xas_error(&xas); in uniform_split_supported()
261 xa_state也被用来存储错误(store errors)。你可以调用xas_error()来检索错误。所有的操作在进行之前都
577 ret = xas_error(&xas); in cachefiles_ondemand_send_req()
717 if (xas_error(xas)) in grab_mapping_entry()728 if (xas_error(xas)) in grab_mapping_entry()
1435 static inline int xas_error(const struct xa_state *xas) in xas_error() function