Searched refs:__xa_set_mark (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 192 * __xa_set_mark() 245 __xa_set_mark() 和 __xa_clear_mark() 函数也适用于你查找一个条目并想原子化地设置或清除一个标记的
|
/openbmc/linux/fs/nilfs2/ |
H A D | btnode.c | 271 __xa_set_mark(&btnc->i_pages, newkey, PAGECACHE_TAG_DIRTY); in nilfs_btnode_commit_change_key()
|
H A D | page.c | 342 __xa_set_mark(&dmap->i_pages, index, in nilfs_copy_back_pages()
|
/openbmc/linux/lib/ |
H A D | xarray.c | 1917 void __xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_set_mark() function 1925 EXPORT_SYMBOL(__xa_set_mark); 1990 __xa_set_mark(xa, index, mark); in xa_set_mark()
|
/openbmc/linux/Documentation/core-api/ |
H A D | xarray.rst | 233 * __xa_set_mark() 300 The __xa_set_mark() and __xa_clear_mark() functions are also
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 568 void __xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 774 __xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state()
|
/openbmc/linux/mm/ |
H A D | page-writeback.c | 2692 __xa_set_mark(&mapping->i_pages, folio_index(folio), in __folio_mark_dirty()
|