Home
last modified time | relevance | path

Searched refs:XA_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/lib/
Dxarray.c301 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in xas_nomem()
331 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in __xas_nomem()
1560 return XA_ERROR(-EINVAL); in __xa_store()
1626 return XA_ERROR(-EINVAL); in __xa_cmpxchg()
1738 return XA_ERROR(-EINVAL); in xa_store_range()
1740 return XA_ERROR(-EINVAL); in xa_store_range()
/linux-6.12.1/include/linux/
Dxarray.h1365 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) macro
1445 xas->xa_node = XA_ERROR(err); in xas_set_err()
/linux-6.12.1/fs/
Ddax.c649 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
/linux-6.12.1/drivers/infiniband/core/
Ddevice.c175 return XA_ERROR(-ENOENT); in xan_find_marked()