Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dfscache.c211 struct erofs_fscache *ctx = folio->mapping->host->i_private; in erofs_fscache_meta_read_folio()
475 static struct erofs_fscache *erofs_fscache_acquire_cookie(struct super_block *sb, in erofs_fscache_acquire_cookie()
479 struct erofs_fscache *ctx; in erofs_fscache_acquire_cookie()
530 static void erofs_fscache_relinquish_cookie(struct erofs_fscache *ctx) in erofs_fscache_relinquish_cookie()
539 static struct erofs_fscache *erofs_domain_init_cookie(struct super_block *sb, in erofs_domain_init_cookie()
542 struct erofs_fscache *ctx; in erofs_domain_init_cookie()
561 static struct erofs_fscache *erofs_domain_register_cookie(struct super_block *sb, in erofs_domain_register_cookie()
564 struct erofs_fscache *ctx; in erofs_domain_register_cookie()
587 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
596 void erofs_fscache_unregister_cookie(struct erofs_fscache *ctx) in erofs_fscache_unregister_cookie()
[all …]
H A Dinternal.h44 struct erofs_fscache *fscache;
88 struct erofs_fscache { struct
554 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
556 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
567 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
573 static inline void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache) in erofs_fscache_unregister_cookie()
H A Dsuper.c129 struct erofs_fscache *fscache; in erofs_init_device()