Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dinternal.h44 struct erofs_fscache *fscache;
92 struct erofs_fscache { struct
514 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb,
516 void erofs_fscache_unregister_cookie(struct erofs_fscache *fscache);
527 struct erofs_fscache *erofs_fscache_register_cookie(struct super_block *sb, in erofs_fscache_register_cookie()
533 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()