Home
last modified time | relevance | path

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

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