Searched refs:xas_load (Results 1 – 16 of 16) sorted by relevance
231 void *xas_load(struct xa_state *xas) in xas_load() function246 EXPORT_SYMBOL_GPL(xas_load);786 first = xas_load(xas); in xas_store()1056 void *curr = xas_load(xas); in xas_split()1154 return xas_load(xas); in __xas_prev()1193 return xas_load(xas); in __xas_next()1245 entry = xas_load(xas); in xas_find()1456 entry = xas_load(&xas); in xa_load()1608 curr = xas_load(&xas); in __xa_cmpxchg()1647 curr = xas_load(&xas); in __xa_insert()[all …]
497 bitmap = xas_load(&xas); in ida_free()
264 xas_load(&xas); in check_xa_mark_2()340 XA_BUG_ON(xa, xas_load(&xas) != xa_mk_value(1)); in check_xa_shrink()347 XA_BUG_ON(xa, xas_load(&xas) != NULL); in check_xa_shrink()1698 xas_load(&xas); in check_account()
1365 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in iter_xarray_populate_pages()
40 if (xas_load(&xas) != entry) in __clear_shadow_entry()
123 old = xas_load(&xas); in add_to_swap_cache()
1826 page = xas_load(&xas); in mapping_get_entry()2213 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in find_get_pages_contig()2340 for (head = xas_load(&xas); head; head = xas_next(&xas)) { in filemap_get_read_batch()
407 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_page_move_mapping()516 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_huge_page_move_mapping()
1837 VM_BUG_ON_PAGE(page != xas_load(&xas), page); in collapse_file()
2826 xas_load(&xas); in __test_set_page_writeback()
2690 if (xas_load(&xas) != head) in split_huge_page_to_list()
419 item = xas_load(&xas); in shmem_replace_entry()
400 The xas_load() will walk the xa_state as close to the entry462 Calling xas_load() with a multi-index xa_state will walk the470 If xas_load() encounters a multi-index entry, the xa_index
432 entry = xas_load(&xas); in dax_lock_page()783 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
1496 void *xas_load(struct xa_state *);
3030 cmd = xas_load(&xas); in tcmu_free_kept_buf_store()