Lines Matching refs:erofs_fscache
181 struct erofs_fscache *ctx = folio_mapping(folio)->host->i_private; in erofs_fscache_meta_read_folio()
437 static struct erofs_fscache *erofs_fscache_acquire_cookie(struct super_block *sb, in erofs_fscache_acquire_cookie()
441 struct erofs_fscache *ctx; in erofs_fscache_acquire_cookie()
492 static void erofs_fscache_relinquish_cookie(struct erofs_fscache *ctx) in erofs_fscache_relinquish_cookie()
501 static struct erofs_fscache *erofs_domain_init_cookie(struct super_block *sb, in erofs_domain_init_cookie()
504 struct erofs_fscache *ctx; in erofs_domain_init_cookie()
523 static struct erofs_fscache *erofs_domain_register_cookie(struct super_block *sb, in erofs_domain_register_cookie()
526 struct erofs_fscache *ctx; in erofs_domain_register_cookie()
549 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
558 void erofs_fscache_unregister_cookie(struct erofs_fscache *ctx) in erofs_fscache_unregister_cookie()
582 struct erofs_fscache *fscache; in erofs_fscache_register_fs()