Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dfscache.c226 struct erofs_fscache *ctx = folio->mapping->host->i_private; in erofs_fscache_meta_read_folio()
489 static struct erofs_fscache *erofs_fscache_acquire_cookie(struct super_block *sb, in erofs_fscache_acquire_cookie()
493 struct erofs_fscache *ctx; in erofs_fscache_acquire_cookie()
544 static void erofs_fscache_relinquish_cookie(struct erofs_fscache *ctx) in erofs_fscache_relinquish_cookie()
553 static struct erofs_fscache *erofs_domain_init_cookie(struct super_block *sb, in erofs_domain_init_cookie()
556 struct erofs_fscache *ctx; in erofs_domain_init_cookie()
575 static struct erofs_fscache *erofs_domain_register_cookie(struct super_block *sb, in erofs_domain_register_cookie()
578 struct erofs_fscache *ctx; in erofs_domain_register_cookie()
601 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
610 void erofs_fscache_unregister_cookie(struct erofs_fscache *ctx) in erofs_fscache_unregister_cookie()
[all …]
H A Dinternal.h45 struct erofs_fscache *fscache;
93 struct erofs_fscache { struct
484 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
486 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
497 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
503 static inline void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache) in erofs_fscache_unregister_cookie()
H A Dsuper.c140 struct erofs_fscache *fscache; in erofs_init_device()