Home
last modified time | relevance | path

Searched refs:xas_set_err (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst264 以防你想自己调用xas_set_err()。
/linux-6.15/lib/
H A Dxarray.c380 xas_set_err(xas, -ENOMEM); in xas_alloc()
1071 xas_set_err(xas, -ENOMEM); in xas_split_alloc()
1209 xas_set_err(xas, -EINVAL); in xas_try_split()
1218 xas_set_err(xas, -ENOMEM); in xas_try_split()
1996 xas_set_err(&xas, -EBUSY); in __xa_alloc()
H A Dtest_xarray.c1698 xas_set_err(&xas, -EEXIST); in check_create_range_3()
1872 xas_set_err(&xas, -ENOMEM); in check_split_2()
/linux-6.15/fs/cachefiles/
H A Dondemand.c568 xas_set_err(&xas, -EBUSY); in cachefiles_ondemand_send_req()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_mr.c112 xas_set_err(&xas, -EINVAL); in rxe_mr_fill_pages_from_sgt()
/linux-6.15/include/linux/
H A Dxarray.h1443 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err() function
/linux-6.15/mm/
H A Dshmem.c903 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache()
907 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache()
2170 xas_set_err(&xas, -EEXIST); in shmem_split_large_entry()
H A Dfilemap.c888 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()
/linux-6.15/drivers/iommu/iommufd/
H A Dpages.c604 xas_set_err(&xas, -EINVAL); in pages_to_xarray()
/linux-6.15/fs/
H A Ddax.c673 xas_set_err(xas, -EIO); in grab_mapping_entry()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst337 xas_set_err() yourself.