Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dxarray.c913 void xas_clear_mark(const struct xa_state *xas, xa_mark_t mark) in xas_clear_mark() function
934 EXPORT_SYMBOL_GPL(xas_clear_mark);
955 xas_clear_mark(xas, mark); in xas_init_marks()
1705 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_store()
1781 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_cmpxchg_raw()
2000 xas_clear_mark(&xas, XA_FREE_MARK); in __xa_alloc()
2094 xas_clear_mark(&xas, mark); in __xa_clear_mark()
H A Didr.c438 xas_clear_mark(&xas, XA_FREE_MARK); in ida_alloc_range()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst336 xas_get_mark(), xas_set_mark()和xas_clear_mark()函数要求xa_state光标已经被移动到XArray中的适当位
/linux-6.15/fs/cachefiles/
H A Dondemand.c449 xas_clear_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
573 xas_clear_mark(&xas, XA_FREE_MARK); in cachefiles_ondemand_send_req()
/linux-6.15/mm/
H A Dmemfd.c156 xas_clear_mark(&xas, MEMFD_TAG_PINNED); in memfd_wait_for_pins()
H A Dpage-writeback.c3113 xas_clear_mark(&xas, PAGECACHE_TAG_DIRTY); in __folio_start_writeback()
3115 xas_clear_mark(&xas, PAGECACHE_TAG_TOWRITE); in __folio_start_writeback()
/linux-6.15/fs/
H A Ddax.c865 xas_clear_mark(&xas, PAGECACHE_TAG_DIRTY); in __dax_clear_dirty_range()
866 xas_clear_mark(&xas, PAGECACHE_TAG_TOWRITE); in __dax_clear_dirty_range()
1163 xas_clear_mark(xas, PAGECACHE_TAG_TOWRITE); in dax_writeback_one()
1196 xas_clear_mark(xas, PAGECACHE_TAG_DIRTY); in dax_writeback_one()
/linux-6.15/include/linux/
H A Dxarray.h1543 void xas_clear_mark(const struct xa_state *, xa_mark_t);
/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c416 xas_clear_mark(&xas, XFS_RTG_FREE); in xfs_find_free_zone()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst443 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require