Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nilfs2/
Dalloc.c263 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block()
282 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block()
298 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block()
316 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block()
331 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block()
840 NILFS_MDT(inode)->mi_palloc_cache = cache; in nilfs_palloc_setup_cache()
846 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache()
861 NILFS_MDT(inode)->mi_palloc_cache = NULL; in nilfs_palloc_destroy_cache()
Dmdt.h50 struct nilfs_palloc_cache *mi_palloc_cache; member
Dmdt.c473 if (mdi->mi_palloc_cache) in nilfs_mdt_clear()
619 if (mi->mi_palloc_cache) in nilfs_mdt_restore_from_shadow_map()