Home
last modified time | relevance | path

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

/linux-6.14.4/fs/nilfs2/
Dalloc.c294 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block()
315 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block()
333 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block()
353 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block()
370 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block()
936 NILFS_MDT(inode)->mi_palloc_cache = cache; in nilfs_palloc_setup_cache()
942 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache()
957 NILFS_MDT(inode)->mi_palloc_cache = NULL; in nilfs_palloc_destroy_cache()
Dmdt.h48 struct nilfs_palloc_cache *mi_palloc_cache; member
Dmdt.c484 if (mdi->mi_palloc_cache) in nilfs_mdt_clear()
652 if (mi->mi_palloc_cache) in nilfs_mdt_restore_from_shadow_map()