Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dfscache.c168 struct erofs_fscache *ctx = folio_mapping(folio)->host->i_private; in erofs_fscache_meta_read_folio()
423 static struct erofs_fscache *erofs_fscache_acquire_cookie(struct super_block *sb, in erofs_fscache_acquire_cookie()
427 struct erofs_fscache *ctx; in erofs_fscache_acquire_cookie()
478 static void erofs_fscache_relinquish_cookie(struct erofs_fscache *ctx) in erofs_fscache_relinquish_cookie()
487 static struct erofs_fscache *erofs_domain_init_cookie(struct super_block *sb, in erofs_domain_init_cookie()
490 struct erofs_fscache *ctx; in erofs_domain_init_cookie()
509 static struct erofs_fscache *erofs_domain_register_cookie(struct super_block *sb, in erofs_domain_register_cookie()
512 struct erofs_fscache *ctx; in erofs_domain_register_cookie()
535 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
544 void erofs_fscache_unregister_cookie(struct erofs_fscache *ctx) in erofs_fscache_unregister_cookie()
[all …]
Dinternal.h49 struct erofs_fscache *fscache;
107 struct erofs_fscache { struct
182 struct erofs_fscache *s_fscache;
379 struct erofs_fscache *m_fscache;
549 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
551 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
560 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
566 static inline void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache) in erofs_fscache_unregister_cookie()
Dsuper.c228 struct erofs_fscache *fscache; in erofs_init_device()