Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dxarray.c302 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in xas_nomem()
332 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in __xas_nomem()
1546 return XA_ERROR(-EINVAL); in __xa_store()
1612 return XA_ERROR(-EINVAL); in __xa_cmpxchg()
1724 return XA_ERROR(-EINVAL); in xa_store_range()
1726 return XA_ERROR(-EINVAL); in xa_store_range()
/linux-6.3-rc2/include/linux/
A Dxarray.h1343 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) macro
1423 xas->xa_node = XA_ERROR(err); in xas_set_err()
/linux-6.3-rc2/fs/
A Ddax.c663 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
/linux-6.3-rc2/drivers/infiniband/core/
A Ddevice.c175 return XA_ERROR(-ENOENT); in xan_find_marked()

Completed in 18 milliseconds