Home
last modified time | relevance | path

Searched refs:Z_EROFS_VLE_VMAP_GLOBAL_PAGES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle.h222 #define Z_EROFS_VLE_VMAP_GLOBAL_PAGES 2048 macro
Dunzip_vle.c780 static struct page *z_pagemap_global[Z_EROFS_VLE_VMAP_GLOBAL_PAGES];
821 else if (nr_pages <= Z_EROFS_VLE_VMAP_GLOBAL_PAGES && in z_erofs_vle_unzip()
831 if (nr_pages > Z_EROFS_VLE_VMAP_GLOBAL_PAGES) in z_erofs_vle_unzip()