Home
last modified time | relevance | path

Searched defs:xas (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/lib/
Dxarray.c36 static inline void xas_lock_type(struct xa_state *xas, unsigned int lock_type) in xas_lock_type()
46 static inline void xas_unlock_type(struct xa_state *xas, unsigned int lock_type) in xas_unlock_type()
124 static void xas_squash_marks(const struct xa_state *xas) in xas_squash_marks()
147 static void xas_set_offset(struct xa_state *xas) in xas_set_offset()
153 static void xas_move_index(struct xa_state *xas, unsigned long offset) in xas_move_index()
160 static void xas_next_offset(struct xa_state *xas) in xas_next_offset()
166 static void *set_bounds(struct xa_state *xas) in set_bounds()
179 static void *xas_start(struct xa_state *xas) in xas_start()
201 static void *xas_descend(struct xa_state *xas, struct xa_node *node) in xas_descend()
233 void *xas_load(struct xa_state *xas) in xas_load()
[all …]
/linux-5.19.10/include/linux/
Dxarray.h1373 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark)) argument
1374 #define xas_trylock(xas) xa_trylock((xas)->xa) argument
1375 #define xas_lock(xas) xa_lock((xas)->xa) argument
1376 #define xas_unlock(xas) xa_unlock((xas)->xa) argument
1377 #define xas_lock_bh(xas) xa_lock_bh((xas)->xa) argument
1378 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa) argument
1379 #define xas_lock_irq(xas) xa_lock_irq((xas)->xa) argument
1380 #define xas_unlock_irq(xas) xa_unlock_irq((xas)->xa) argument
1381 #define xas_lock_irqsave(xas, flags) \ argument
1383 #define xas_unlock_irqrestore(xas, flags) \ argument
[all …]
Dswap.h363 #define mapping_set_update(xas, mapping) do { \ argument
/linux-5.19.10/fs/
Ddax.c157 static wait_queue_head_t *dax_entry_waitqueue(struct xa_state *xas, in dax_entry_waitqueue()
195 static void dax_wake_entry(struct xa_state *xas, void *entry, in dax_wake_entry()
223 static void *get_unlocked_entry(struct xa_state *xas, unsigned int order) in get_unlocked_entry()
257 static void wait_entry_unlocked(struct xa_state *xas, void *entry) in wait_entry_unlocked()
278 static void put_unlocked_entry(struct xa_state *xas, void *entry, in put_unlocked_entry()
290 static void dax_unlock_entry(struct xa_state *xas, void *entry) in dax_unlock_entry()
306 static void *dax_lock_entry(struct xa_state *xas, void *entry) in dax_lock_entry()
487 static void *grab_mapping_entry(struct xa_state *xas, in grab_mapping_entry()
745 static void *dax_insert_entry(struct xa_state *xas, in dax_insert_entry()
794 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one()
[all …]
/linux-5.19.10/mm/
Dmemfd.c31 static void memfd_tag_pins(struct xa_state *xas) in memfd_tag_pins()
Dfilemap.c2023 static inline struct folio *find_get_entry(struct xa_state *xas, pgoff_t max, in find_get_entry()
2838 static inline loff_t folio_seek_hole_data(struct xa_state *xas, in folio_seek_hole_data()
2871 static inline size_t seek_folio_size(struct xa_state *xas, struct folio *folio) in seek_folio_size()
3295 struct xa_state *xas, pgoff_t end_pgoff) in next_uptodate_page()
3335 struct xa_state *xas, in first_map_page()
3343 struct xa_state *xas, in next_map_page()