Searched refs:xas_get_mark (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | dax.c | 671 (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY) || in __dax_invalidate_entry() 672 xas_get_mark(&xas, PAGECACHE_TAG_TOWRITE))) in __dax_invalidate_entry() 913 if (!xas_get_mark(xas, PAGECACHE_TAG_TOWRITE)) in dax_writeback_one()
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 849 * xas_get_mark() - Returns the state of this mark. 856 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); variable 1943 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 850 * xas_get_mark() - Returns the state of this mark. 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); variable 1951 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 1499 bool xas_get_mark(const struct xa_state *, xa_mark_t);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 1537 bool xas_get_mark(const struct xa_state *, xa_mark_t);
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 4216 if (xas_get_mark(&xas, PAGECACHE_TAG_DIRTY)) in filemap_cachestat() 4219 if (xas_get_mark(&xas, PAGECACHE_TAG_WRITEBACK)) in filemap_cachestat()
|
Completed in 31 milliseconds