Searched refs:xas_set_err (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 264 以防你想自己调用xas_set_err()。
|
| /linux/lib/ |
| H A D | xarray.c | 380 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() 2002 xas_set_err(&xas, -EBUSY); in __xa_alloc()
|
| H A D | test_xarray.c | 1711 xas_set_err(&xas, -EEXIST); in check_create_range_3() 1885 xas_set_err(&xas, -ENOMEM); in check_split_2()
|
| /linux/fs/cachefiles/ |
| H A D | ondemand.c | 566 xas_set_err(&xas, -EBUSY); in cachefiles_ondemand_send_req()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mr.c | 112 xas_set_err(&xas, -EINVAL); in rxe_mr_fill_pages_from_sgt()
|
| /linux/include/linux/ |
| H A D | xarray.h | 1449 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err() function
|
| /linux/mm/ |
| H A D | shmem.c | 913 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache() 919 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache() 2212 xas_set_err(&xas, -EEXIST); in shmem_split_large_entry()
|
| H A D | filemap.c | 879 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()
|
| /linux/fs/ |
| H A D | dax.c | 666 xas_set_err(xas, -EIO); in grab_mapping_entry()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | pages.c | 626 xas_set_err(&xas, -EINVAL); in pages_to_xarray()
|