Home
last modified time | relevance | path

Searched refs:managed_cache (Results 1 – 4 of 4) sorted by relevance

/linux/fs/erofs/
H A Dinternal.h103 struct inode *managed_cache; /* pseudo inode to cache physical data */ member
479 #define MNGD_MAPPING(sbi) ((sbi)->managed_cache->i_mapping)
H A Dsuper.c638 if (!EROFS_SB(sb)->managed_cache) { in erofs_setup_managed_cache()
646 EROFS_SB(sb)->managed_cache = inode; in erofs_setup_managed_cache()
942 iput(sbi->managed_cache); in erofs_drop_internal_inodes()
943 sbi->managed_cache = NULL; in erofs_drop_internal_inodes()
H A Ddata.c67 buf->mapping = sbi->managed_cache->i_mapping; in erofs_init_metabuf()
H A Dzdata.c688 EROFS_SB(sb)->managed_cache->i_mapping->a_ops = &z_erofs_cache_aops; in z_erofs_init_super()