Home
last modified time | relevance | path

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

/fs/nilfs2/
Dalloc.c272 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block()
291 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block()
307 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block()
325 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block()
340 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block()
849 NILFS_MDT(inode)->mi_palloc_cache = cache; in nilfs_palloc_setup_cache()
855 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache()
870 NILFS_MDT(inode)->mi_palloc_cache = NULL; in nilfs_palloc_destroy_cache()
Dmdt.h59 struct nilfs_palloc_cache *mi_palloc_cache; member
Dmdt.c482 if (mdi->mi_palloc_cache) in nilfs_mdt_clear()
628 if (mi->mi_palloc_cache) in nilfs_mdt_restore_from_shadow_map()