Searched refs:xas_error (Results 1 – 11 of 11) sorted by relevance
423 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()
185 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()1239 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find()1310 if (xas_error(xas)) in xas_find_marked()1396 if (xas_error(xas)) in xas_find_conflict()1473 if (xas_error(xas)) in xas_result()1660 return xas_error(&xas); in __xa_insert()1732 if (xas_error(&xas)) in xa_store_range()1738 if (xas_error(&xas)) in xa_store_range()[all …]
888 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()
27 if (!xas_error(&xas)) in item_insert_order()31 return xas_error(&xas); in item_insert_order()
149 if (xas_error(&xas)) in add_to_swap_cache()171 if (!xas_error(&xas)) in add_to_swap_cache()176 return xas_error(&xas); in add_to_swap_cache()
885 if (xas_error(&xas)) in __add_to_page_cache_locked()899 if (xas_error(&xas)) { in __add_to_page_cache_locked()900 error = xas_error(&xas); in __add_to_page_cache_locked()
711 if (xas_error(&xas)) in shmem_add_to_page_cache()730 if (xas_error(&xas)) { in shmem_add_to_page_cache()731 error = xas_error(&xas); in shmem_add_to_page_cache()
1706 if (!xas_error(&xas)) in collapse_file()
554 if (xas_error(xas)) in grab_mapping_entry()565 if (xas_error(xas)) in grab_mapping_entry()
1387 static inline int xas_error(const struct xa_state *xas) in xas_error() function
325 xas_error() to retrieve the error. All operations check whether