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

/linux-master/lib/
H A Dxarray.c850 * xas_get_mark() - Returns the state of this mark.
857 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) function
865 EXPORT_SYMBOL_GPL(xas_get_mark); variable
1951 while (xas_get_mark(&xas, mark)) {
H A Dtest_xarray.c285 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0));
/linux-master/fs/
H A Ddax.c757 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) ||
758 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE)))
962 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE))
/linux-master/include/linux/
H A Dxarray.h1537 bool xas_get_mark(const struct xa_state *, xa_mark_t);
/linux-master/mm/
H A Dfilemap.c4228 if (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY))
4231 if (xas_get_mark(&xas, PAGECACHE_TAG_WRITEBACK))

Completed in 189 milliseconds