Searched refs:xas_get_mark (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 336 xas_get_mark(), xas_set_mark()和xas_clear_mark()函数要求xa_state光标已经被移动到XArray中的适当位
|
/openbmc/linux/lib/ |
H A D | xarray.c | 857 bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark) in xas_get_mark() function 865 EXPORT_SYMBOL_GPL(xas_get_mark); 1964 while (xas_get_mark(&xas, mark)) { in xa_get_mark()
|
H A D | test_xarray.c | 285 XA_BUG_ON(xa, !xas_get_mark(&xas, XA_MARK_0)); in check_xa_mark_2()
|
/openbmc/linux/fs/ |
H A D | dax.c | 757 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) || in __dax_invalidate_entry() 758 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE))) in __dax_invalidate_entry() 962 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE)) in dax_writeback_one()
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 1537 bool xas_get_mark(const struct xa_state *, xa_mark_t);
|
/openbmc/linux/mm/ |
H A D | filemap.c | 4258 if (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY)) in filemap_cachestat() 4261 if (xas_get_mark(&xas, PAGECACHE_TAG_WRITEBACK)) in filemap_cachestat()
|
/openbmc/linux/Documentation/core-api/ |
H A D | xarray.rst | 441 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require
|