Searched refs:xa_is_err (Results 1 – 11 of 11) sorted by relevance
38 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in mte_save_tags()
98 if (xa_is_err(pre)) { in erofs_insert_workgroup()
199 static inline bool xa_is_err(const void *entry) in xa_is_err() function220 if (xa_is_err(entry)) in xa_err()
187 if (xa_is_err(entry)) in dmirror_do_fault()654 if (xa_is_err(entry)) { in dmirror_migrate_finalize_and_map()
1587 XA_BUG_ON(xa, xa_is_err(entry)); in check_align_1()
303 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in save_tags()
532 if (xa_is_err(old)) { in nvmet_passthru_ctrl_enable()
560 WARN(xa_is_err(ret), in init_ftrace_syscalls()
178 !xa_is_err(entry); \1920 WARN_ON(xa_is_err(rc)); in ib_set_client_data()
509 if (xa_is_err(ret)) { in implicit_get_child_mr()
181 xa_is_err() is slightly more efficient.