Searched refs:xas_get_mark (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 336 xas_get_mark(), xas_set_mark()和xas_clear_mark()函数要求xa_state光标已经被移动到XArray中的适当位
|
/linux-6.1.9/fs/ |
D | dax.c | 765 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) || in __dax_invalidate_entry() 766 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE))) in __dax_invalidate_entry() 948 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE)) in dax_writeback_one()
|
/linux-6.1.9/lib/ |
D | xarray.c | 859 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) in xas_get_mark() function 867 EXPORT_SYMBOL_GPL(xas_get_mark); 1947 while (xas_get_mark(&xas, mark)) { in xa_get_mark()
|
D | test_xarray.c | 285 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0)); in check_xa_mark_2()
|
/linux-6.1.9/include/linux/ |
D | xarray.h | 1519 bool xas_get_mark(const struct xa_state *, xa_mark_t);
|
/linux-6.1.9/Documentation/core-api/ |
D | xarray.rst | 441 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require
|