Searched refs:zpool_map_handle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | zpool.h | 51 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | zpool.h | 59 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
|
/kernel/linux/linux-6.6/mm/ |
H A D | zpool.c | 281 * zpool_map_handle() - Map a previously allocated handle into memory 302 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle() function 314 * actions that the implementation took in zpool_map_handle() 316 * zpool_map_handle() should no longer be used after this.
|
H A D | zswap.c | 1114 src = zpool_map_handle(pool, entry->handle, ZPOOL_MM_RO); in zswap_writeback_entry() 1334 buf = zpool_map_handle(zpool, handle, ZPOOL_MM_WO); in zswap_store() 1441 src = zpool_map_handle(zpool, entry->handle, ZPOOL_MM_RO); in zswap_load()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zpool.c | 325 * zpool_map_handle() - Map a previously allocated handle into memory 346 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle() function 358 * actions that the implementation took in zpool_map_handle() 360 * zpool_map_handle() should no longer be used after this.
|
H A D | zswap.c | 894 zhdr = zpool_map_handle(pool, handle, ZPOOL_MM_RO); in zswap_writeback_entry() 1119 buf = zpool_map_handle(entry->pool->zpool, handle, ZPOOL_MM_RW); in zswap_frontswap_store() 1201 src = zpool_map_handle(entry->pool->zpool, entry->handle, ZPOOL_MM_RO); in zswap_frontswap_load()
|
Completed in 6 milliseconds