Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Ddax.c642 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) || in __dax_invalidate_entry()
643 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE))) in __dax_invalidate_entry()
884 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE)) in dax_writeback_one()
/Linux-v5.4/lib/
Dxarray.c850 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) in xas_get_mark() function
858 EXPORT_SYMBOL_GPL(xas_get_mark);
1740 while (xas_get_mark(&xas, mark)) { in xa_get_mark()
Dtest_xarray.c281 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0)); in check_xa_mark_2()
/Linux-v5.4/include/linux/
Dxarray.h1462 bool xas_get_mark(const struct xa_state *, xa_mark_t);
/Linux-v5.4/Documentation/core-api/
Dxarray.rst422 The xas_get_mark(), xas_set_mark() and