Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsuper.c381 sbi->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
479 sbi->opt.cache_strategy = result.uint_32; in erofs_fc_parse_param()
1091 erofs_param_cache_strategy[opt->cache_strategy].name); in erofs_show_options()
H A Dinternal.h61 unsigned char cache_strategy; member
H A Dzdata.c518 unsigned int cachestrategy = EROFS_I_SB(fe->inode)->opt.cache_strategy; in z_erofs_should_alloc_cache()