Searched refs:xa_mark_t (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 254 typedef unsigned __bitwise xa_mark_t; typedef 255 #define XA_MARK_0 ((__force xa_mark_t)0U) 256 #define XA_MARK_1 ((__force xa_mark_t)1U) 257 #define XA_MARK_2 ((__force xa_mark_t)2U) 258 #define XA_PRESENT ((__force xa_mark_t)8U) 368 unsigned long max, unsigned int n, xa_mark_t); 1541 bool xas_get_mark(const struct xa_state *, xa_mark_t); 1542 void xas_set_mark(const struct xa_state *, xa_mark_t); 1543 void xas_clear_mark(const struct xa_state *, xa_mark_t); 1737 xa_mark_t mark) in xas_find_chunk() [all …]
|
| H A D | pagemap.h | 966 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch);
|
| H A D | fs.h | 538 static inline bool mapping_tagged(struct address_space *mapping, xa_mark_t tag) in mapping_tagged()
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 86 unsigned int offset, xa_mark_t mark) in node_get_mark() 93 xa_mark_t mark) in node_set_mark() 100 xa_mark_t mark) in node_clear_mark() 128 xa_mark_t mark = 0; in xas_squash_marks() 587 xa_mark_t mark = 0; in xas_expand() 949 xa_mark_t mark = 0; in xas_init_marks() 967 xa_mark_t mark = XA_MARK_0; in node_get_marks() 981 xa_mark_t mark) in node_mark_slots() 997 xa_mark_t mark = XA_MARK_0; in node_set_marks() 2184 unsigned long max, xa_mark_t filter) in xa_find() [all …]
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | test.h | 31 unsigned batch, xa_mark_t iftag, xa_mark_t thentag);
|
| H A D | test.c | 174 unsigned batch, xa_mark_t iftag, xa_mark_t thentag) in tag_tagged_items()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_group.h | 77 struct xfs_group *xg, xa_mark_t mark, enum xfs_group_type type);
|
| H A D | xfs_group.c | 124 xa_mark_t mark, in xfs_group_grab_next_mark()
|
| /linux-6.15/fs/gfs2/ |
| H A D | aops.c | 290 xa_mark_t tag; in gfs2_write_cache_jdata()
|
| /linux-6.15/mm/ |
| H A D | filemap.c | 2019 xa_mark_t mark) in find_get_entry() 2289 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch) in filemap_get_folios_tag()
|
| H A D | page-writeback.c | 2438 static xa_mark_t wbc_to_tag(struct writeback_control *wbc) in wbc_to_tag()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_icache.c | 75 static inline xa_mark_t ici_tag_to_mark(unsigned int tag) in ici_tag_to_mark()
|
| /linux-6.15/fs/btrfs/ |
| H A D | extent_io.c | 2179 xa_mark_t tag; in btree_write_cache_pages() 2309 xa_mark_t tag; in extent_write_cache_pages()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 2009 static bool mlx5_esw_check_port_type(struct mlx5_eswitch *esw, u16 vport_num, xa_mark_t mark) in mlx5_esw_check_port_type()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | device.c | 156 xa_mark_t filter) in xan_find_marked()
|
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 585 xa_mark_t tag;
|
| /linux-6.15/fs/f2fs/ |
| H A D | data.c | 2979 xa_mark_t tag; in f2fs_write_cache_pages()
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 2430 xa_mark_t tag; in mpage_prepare_extent_to_map()
|