Home
last modified time | relevance | path

Searched refs:xas_clear_mark (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/lib/
Dxarray.c905 void xas_clear_mark(const struct xa_state *xas, xa_mark_t mark) in xas_clear_mark() function
926 EXPORT_SYMBOL_GPL(xas_clear_mark);
947 xas_clear_mark(xas, mark); in xas_init_marks()
1551 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_store()
1617 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_cmpxchg()
1656 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_insert()
1834 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_alloc()
1928 xas_clear_mark(&xas, mark); in __xa_clear_mark()
Didr.c438 xas_clear_mark(&xas, XA_FREE_MARK); in ida_alloc_range()
/linux-6.6.21/fs/cachefiles/
Dondemand.c271 xas_clear_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
378 xas_clear_mark(&xas, XA_FREE_MARK); in cachefiles_ondemand_send_req()
/linux-6.6.21/mm/
Dmemfd.c119 xas_clear_mark(&xas, MEMFD_TAG_PINNED); in memfd_wait_for_pins()
Dpage-writeback.c3029 xas_clear_mark(&xas, PAGECACHE_TAG_DIRTY); in __folio_start_writeback()
3031 xas_clear_mark(&xas, PAGECACHE_TAG_TOWRITE); in __folio_start_writeback()
/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dxarray.rst336 xas_get_mark(), xas_set_mark()和xas_clear_mark()函数要求xa_state光标已经被移动到XArray中的适当位
/linux-6.6.21/fs/
Ddax.c780 xas_clear_mark(&xas, PAGECACHE_TAG_DIRTY); in __dax_clear_dirty_range()
781 xas_clear_mark(&xas, PAGECACHE_TAG_TOWRITE); in __dax_clear_dirty_range()
976 xas_clear_mark(xas, PAGECACHE_TAG_TOWRITE); in dax_writeback_one()
1009 xas_clear_mark(xas, PAGECACHE_TAG_DIRTY); in dax_writeback_one()
/linux-6.6.21/include/linux/
Dxarray.h1539 void xas_clear_mark(const struct xa_state *, xa_mark_t);
/linux-6.6.21/Documentation/core-api/
Dxarray.rst441 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require