Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzutil.c17 static unsigned int z_erofs_gbuf_count, z_erofs_gbuf_nrpages, variable
20 module_param_named(global_buffers, z_erofs_gbuf_count, uint, 0444);
33 return raw_smp_processor_id() % z_erofs_gbuf_count; in z_erofs_gbuf_id()
80 for (i = 0; i < z_erofs_gbuf_count; ++i) { in z_erofs_gbuf_growsize()
112 if (i < z_erofs_gbuf_count && tmp_pages) { in z_erofs_gbuf_growsize()
120 return i < z_erofs_gbuf_count ? -ENOMEM : 0; in z_erofs_gbuf_growsize()
127 if (z_erofs_gbuf_count) in z_erofs_gbuf_init()
128 total = min(z_erofs_gbuf_count, total); in z_erofs_gbuf_init()
129 z_erofs_gbuf_count = total; in z_erofs_gbuf_init()
156 for (i = 0; i < z_erofs_gbuf_count + (!!z_erofs_rsvbuf); ++i) { in z_erofs_gbuf_exit()