Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dinternal.h52 struct erofs_fscache *fscache;
109 struct erofs_fscache { struct
171 struct erofs_fscache *s_fscache;
460 struct erofs_fscache *m_fscache;
612 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
614 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
625 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
631 static inline void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache) in erofs_fscache_unregister_cookie()
Dfscache.c496 struct erofs_fscache *erofs_fscache_acquire_cookie(struct super_block *sb, in erofs_fscache_acquire_cookie()
500 struct erofs_fscache *ctx; in erofs_fscache_acquire_cookie()
546 static void erofs_fscache_relinquish_cookie(struct erofs_fscache *ctx) in erofs_fscache_relinquish_cookie()
556 struct erofs_fscache *erofs_fscache_domain_init_cookie(struct super_block *sb, in erofs_fscache_domain_init_cookie()
561 struct erofs_fscache *ctx; in erofs_fscache_domain_init_cookie()
591 struct erofs_fscache *erofs_domain_register_cookie(struct super_block *sb, in erofs_domain_register_cookie()
595 struct erofs_fscache *ctx; in erofs_domain_register_cookie()
616 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
624 void erofs_fscache_unregister_cookie(struct erofs_fscache *ctx) in erofs_fscache_unregister_cookie()
649 struct erofs_fscache *fscache; in erofs_fscache_register_fs()
Dsuper.c227 struct erofs_fscache *fscache; in erofs_init_device()