Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dlist_lru.c530 xas_set_err(&xas, 0); in memcg_list_lru_alloc()
540 xas_set_err(&xas, 0); in memcg_list_lru_alloc()
Dshmem.c806 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()
Dfilemap.c884 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst264 以防你想自己调用xas_set_err()。
/linux-6.12.1/lib/
Dxarray.c378 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()
Dtest_xarray.c1662 xas_set_err(&xas, -EEXIST); in check_create_range_3()
/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_mr.c112 xas_set_err(&xas, -EINVAL); in rxe_mr_fill_pages_from_sgt()
/linux-6.12.1/fs/cachefiles/
Dondemand.c549 xas_set_err(&xas, -EBUSY); in cachefiles_ondemand_send_req()
/linux-6.12.1/include/linux/
Dxarray.h1443 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err() function
/linux-6.12.1/drivers/iommu/iommufd/
Dpages.c589 xas_set_err(&xas, -EINVAL); in pages_to_xarray()
/linux-6.12.1/fs/
Ddax.c589 xas_set_err(xas, -EIO); in grab_mapping_entry()
/linux-6.12.1/Documentation/core-api/
Dxarray.rst335 xas_set_err() yourself.