Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst264 以防你想自己调用xas_set_err()。
/linux/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()
2002 xas_set_err(&xas, -EBUSY); in __xa_alloc()
H A Dtest_xarray.c1711 xas_set_err(&xas, -EEXIST); in check_create_range_3()
1885 xas_set_err(&xas, -ENOMEM); in check_split_2()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_mr.c112 xas_set_err(&xas, -EINVAL); in rxe_mr_fill_pages_from_sgt()
/linux/fs/cachefiles/
H A Dondemand.c566 xas_set_err(&xas, -EBUSY); in cachefiles_ondemand_send_req()
/linux/include/linux/
H A Dxarray.h1449 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err() function
/linux/mm/
H A Dshmem.c933 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache()
939 xas_set_err(&xas, -EEXIST); in shmem_add_to_page_cache()
2252 xas_set_err(&xas, -EEXIST); in shmem_split_large_entry()
H A Dfilemap.c888 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()
/linux/fs/
H A Ddax.c666 xas_set_err(xas, -EIO); in grab_mapping_entry()