Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dalloc.c264 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block()
283 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block()
299 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block()
317 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block()
332 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block()
841 NILFS_MDT(inode)->mi_palloc_cache = cache; in nilfs_palloc_setup_cache()
847 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache()
862 NILFS_MDT(inode)->mi_palloc_cache = NULL; in nilfs_palloc_destroy_cache()
Dmdt.h48 struct nilfs_palloc_cache *mi_palloc_cache; member
Dmdt.c474 if (mdi->mi_palloc_cache) in nilfs_mdt_clear()
632 if (mi->mi_palloc_cache) in nilfs_mdt_restore_from_shadow_map()