Searched refs:xas_error (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/netfs/
H A Dmisc.c25 if (!xas_error(&xas))
29 return xas_error(&xas);
38 return xas_error(&xas);
/linux-master/lib/
H A Didr.c423 if (xas_error(&xas)) {
461 if (xas_error(&xas))
462 return xas_error(&xas);
H A Dxarray.c187 if (xas_error(xas))
660 } else if (xas_error(xas)) {
718 if (xas_error(xas))
1241 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS)
1312 if (xas_error(xas))
1398 if (xas_error(xas))
1475 if (xas_error(xas))
1662 return xas_error(&xas);
1734 if (xas_error(&xas))
1740 if (xas_error(
[all...]
H A Dtest_xarray.c749 XA_BUG_ON(xa, xas_error(&xas));
755 XA_BUG_ON(xa, xas_error(&xas));
1116 XA_BUG_ON(xa, xas_error(&xas));
1618 if (xas_error(&xas))
1628 XA_BUG_ON(xa, xas_error(&xas));
1659 XA_BUG_ON(NULL, xas_error(&xas) != -EEXIST);
1673 if (xas_error(&xas))
1687 XA_BUG_ON(xa, xas_error(&xas));
/linux-master/mm/
H A Dlist_lru.c507 if (unlikely(index < 0 || xas_error(&xas) || xas_load(&xas))) {
511 if (xas_error(&xas) == -ENOMEM) {
525 else if (!xas_error(&xas) && index != xas.xa_index)
537 return xas_error(&xas);
H A Dswap_state.c110 if (xas_error(&xas))
129 if (!xas_error(&xas))
134 return xas_error(&xas);
H A Dkhugepaged.c1831 if (!xas_error(&xas))
2082 if (xas_error(&xas)) {
2157 WARN_ON_ONCE(xas_error(&xas));
H A Dfilemap.c909 if (xas_error(&xas))
925 if (xas_error(&xas))
936 return xas_error(&xas);
H A Dshmem.c791 if (xas_error(&xas))
802 if (xas_error(&xas)) {
805 return xas_error(&xas);
H A Dhuge_memory.c3129 if (xas_error(&xas)) {
3130 ret = xas_error(&xas);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_mr.c117 if (xas_error(&xas))
126 return xas_error(&xas);
171 if (xas_error(&xas))
179 err = xas_error(&xas);
/linux-master/tools/testing/radix-tree/
H A Dmultiorder.c27 if (!xas_error(&xas))
31 return xas_error(&xas);
/linux-master/drivers/iommu/iommufd/
H A Dpages.c597 if (xas_error(&xas))
607 if (xas_error(&xas)) {
610 return xas_error(&xas);
/linux-master/fs/cachefiles/
H A Dondemand.c452 ret = xas_error(&xas);
/linux-master/fs/
H A Ddax.c640 if (xas_error(xas))
651 if (xas_error(xas))
/linux-master/include/linux/
H A Dxarray.h1420 * xas_error() - Return an errno stored in the xa_state.
1425 static inline int xas_error(const struct xa_state *xas) function

Completed in 228 milliseconds