Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dfscache.c181 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()
[all …]
H A Dinternal.h49 struct erofs_fscache *fscache;
100 struct erofs_fscache { struct
175 struct erofs_fscache *s_fscache;
372 struct erofs_fscache *m_fscache;
505 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
507 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
516 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
522 static inline void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache) in erofs_fscache_unregister_cookie()
H A Dsuper.c175 struct erofs_fscache *fscache; in erofs_init_device()