Home
last modified time | relevance | path

Searched refs:xas_set_err (Results 1 – 6 of 6) 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/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 Dfilemap.c880 xas_set_err(&xas, -EEXIST); in __filemap_add_folio()