Searched refs:xas_error (Results 1 – 11 of 11) sorted by relevance
184 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 …]
422 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()
859 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()
27 if (!xas_error(&xas)) in item_insert_order()31 return xas_error(&xas); in item_insert_order()
131 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()
882 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()
631 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()
1527 if (!xas_error(&xas)) in collapse_file()
542 if (xas_error(xas)) in grab_mapping_entry()553 if (xas_error(xas)) in grab_mapping_entry()
1350 static inline int xas_error(const struct xa_state *xas) in xas_error() function
310 xas_error() to retrieve the error. All operations check whether