Home
last modified time | relevance | path

Searched refs:xas_get_mark (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Ddax.c671 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) || in __dax_invalidate_entry()
672 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE))) in __dax_invalidate_entry()
918 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE)) in dax_writeback_one()
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c856 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) in xas_get_mark() function
864 EXPORT_SYMBOL_GPL(xas_get_mark);
1943 while (xas_get_mark(&xas, mark)) { in xa_get_mark()
H A Dtest_xarray.c285 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0)); in check_xa_mark_2()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1499 bool xas_get_mark(const struct xa_state *, xa_mark_t);
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst437 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require