Lines Matching defs:fscache
175 struct erofs_fscache *fscache;
196 fscache = erofs_fscache_register_cookie(sb, dif->path, 0);
197 if (IS_ERR(fscache))
198 return PTR_ERR(fscache);
199 dif->fscache = fscache;
364 erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!");
632 errorfc(fc, "unsupported blksize for fscache mode");
743 erofs_fscache_unregister_cookie(dif->fscache);
744 dif->fscache = NULL;