Home
last modified time | relevance | path

Searched refs:Z_EROFS_CLUSTER_MAX_PAGES (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle_lz4.c15 #if Z_EROFS_CLUSTER_MAX_PAGES > Z_EROFS_VLE_INLINE_PAGEVECS
16 #define EROFS_PERCPU_NR_PAGES Z_EROFS_CLUSTER_MAX_PAGES
35 bool mirrored[Z_EROFS_CLUSTER_MAX_PAGES] = { 0 }; in z_erofs_vle_plain_copy()
Dunzip_vle.h87 struct page *compressed_pages[Z_EROFS_CLUSTER_MAX_PAGES];
Dinternal.h290 #define Z_EROFS_CLUSTER_MAX_PAGES (CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT) macro
Dsuper.c121 if (1 << (sbi->clusterbits - 12) > Z_EROFS_CLUSTER_MAX_PAGES) in superblock_read()