Lines Matching defs:cache
222 * cache contents during the get block call.
264 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
269 bhp, &cache->prev_desc, &cache->lock);
283 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
288 &cache->prev_bitmap, &cache->lock);
299 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
304 &cache->prev_bitmap, &cache->lock);
317 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
322 &cache->prev_entry, &cache->lock);
332 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
336 &cache->prev_entry, &cache->lock);
839 struct nilfs_palloc_cache *cache)
841 NILFS_MDT(inode)->mi_palloc_cache = cache;
842 spin_lock_init(&cache->lock);
847 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;
849 spin_lock(&cache->lock);
850 brelse(cache->prev_desc.bh);
851 brelse(cache->prev_bitmap.bh);
852 brelse(cache->prev_entry.bh);
853 cache->prev_desc.bh = NULL;
854 cache->prev_bitmap.bh = NULL;
855 cache->prev_entry.bh = NULL;
856 spin_unlock(&cache->lock);