Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dalloc.c273 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block()
292 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block()
308 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block()
326 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block()
341 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block()
853 NILFS_MDT(inode)->mi_palloc_cache = cache; in nilfs_palloc_setup_cache()
859 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache()
874 NILFS_MDT(inode)->mi_palloc_cache = NULL; in nilfs_palloc_destroy_cache()
Dmdt.h63 struct nilfs_palloc_cache *mi_palloc_cache; member
Dmdt.c630 if (mi->mi_palloc_cache) in nilfs_mdt_restore_from_shadow_map()
Dinode.c770 if (mdi && mdi->mi_palloc_cache) in nilfs_clear_inode()