Searched refs:xas_set_err (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/mm/ |
D | list_lru.c | 530 xas_set_err(&xas, 0); in memcg_list_lru_alloc() 540 xas_set_err(&xas, 0); in memcg_list_lru_alloc()
|
D | shmem.c | 806 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache() 810 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache() 2025 xas_set_err(&xas, -EEXIST); in shmem_split_large_entry()
|
D | filemap.c | 884 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()
|
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 264 以防你想自己调用xas_set_err()。
|
/linux-6.12.1/lib/ |
D | xarray.c | 378 xas_set_err(xas, -ENOMEM); in xas_alloc() 1054 xas_set_err(xas, -ENOMEM); in xas_split_alloc() 1674 xas_set_err(&xas, -EBUSY); in __xa_insert() 1859 xas_set_err(&xas, -EBUSY); in __xa_alloc()
|
D | test_xarray.c | 1662 xas_set_err(&xas, -EEXIST); in check_create_range_3()
|
/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_mr.c | 112 xas_set_err(&xas, -EINVAL); in rxe_mr_fill_pages_from_sgt()
|
/linux-6.12.1/fs/cachefiles/ |
D | ondemand.c | 549 xas_set_err(&xas, -EBUSY); in cachefiles_ondemand_send_req()
|
/linux-6.12.1/include/linux/ |
D | xarray.h | 1443 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err() function
|
/linux-6.12.1/drivers/iommu/iommufd/ |
D | pages.c | 589 xas_set_err(&xas, -EINVAL); in pages_to_xarray()
|
/linux-6.12.1/fs/ |
D | dax.c | 589 xas_set_err(xas, -EIO); in grab_mapping_entry()
|
/linux-6.12.1/Documentation/core-api/ |
D | xarray.rst | 335 xas_set_err() yourself.
|