Searched defs:xas (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | dax.c | 147 static wait_queue_head_t *dax_entry_waitqueue(struct xa_state *xas, in dax_entry_waitqueue() 185 static void dax_wake_entry(struct xa_state *xas, void *entry, bool wake_all) in dax_wake_entry() 212 static void *get_unlocked_entry(struct xa_state *xas, unsigned int order) in get_unlocked_entry() 246 static void wait_entry_unlocked(struct xa_state *xas, void *entry) in wait_entry_unlocked() 267 static void put_unlocked_entry(struct xa_state *xas, void *entry) in put_unlocked_entry() 279 static void dax_unlock_entry(struct xa_state *xas, void *entry) in dax_unlock_entry() 295 static void *dax_lock_entry(struct xa_state *xas, void *entry) in dax_lock_entry() 476 static void *grab_mapping_entry(struct xa_state *xas, in grab_mapping_entry() 716 static void *dax_insert_entry(struct xa_state *xas, in dax_insert_entry() 849 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one() [all …]
|