Searched refs:xas_clear_mark (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/lib/ |
| H A D | xarray.c | 913 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 D | idr.c | 438 xas_clear_mark(&xas, XA_FREE_MARK); in ida_alloc_range()
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 336 xas_get_mark(), xas_set_mark()和xas_clear_mark()函数要求xa_state光标已经被移动到XArray中的适当位
|
| /linux-6.15/fs/cachefiles/ |
| H A D | ondemand.c | 449 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 D | memfd.c | 156 xas_clear_mark(&xas, MEMFD_TAG_PINNED); in memfd_wait_for_pins()
|
| H A D | page-writeback.c | 3113 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 D | dax.c | 865 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 D | xarray.h | 1543 void xas_clear_mark(const struct xa_state *, xa_mark_t);
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 416 xas_clear_mark(&xas, XFS_RTG_FREE); in xfs_find_free_zone()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 443 The xas_get_mark(), xas_set_mark() and xas_clear_mark() functions require
|