Searched refs:zpool_map_handle (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dzpool.h51 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
/linux-master/mm/
H A Dzpool.c281 * zpool_map_handle() - Map a previously allocated handle into memory
302 void *zpool_map_handle(struct zpool *zpool, unsigned long 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 Dzswap.c1053 buf = zpool_map_handle(zpool, handle, ZPOOL_MM_WO);
1082 src = zpool_map_handle(zpool, entry->handle, ZPOOL_MM_RO);
1084 * If zpool_map_handle is atomic, we cannot reliably utilize its mapped buffer
1087 * Meanwhile, zpool_map_handle() might return a non-linearly mapped buffer,

Completed in 100 milliseconds