Lines Matching refs:cache_strategy
373 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND;
413 fsparam_enum("cache_strategy", Opt_cache_strategy,
483 ctx->opt.cache_strategy = result.uint_32;
485 errorfc(fc, "compression not supported, cache_strategy ignored");
960 if (opt->cache_strategy == EROFS_ZIP_CACHE_DISABLED)
961 seq_puts(seq, ",cache_strategy=disabled");
962 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAHEAD)
963 seq_puts(seq, ",cache_strategy=readahead");
964 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND)
965 seq_puts(seq, ",cache_strategy=readaround");