Lines Matching defs:dir_utimes_cache
307 struct btrfs_lru_cache dir_utimes_cache;
2788 entry = btrfs_lru_cache_lookup(&sctx->dir_utimes_cache, dir, gen);
2800 ret = btrfs_lru_cache_store(&sctx->dir_utimes_cache, entry, GFP_KERNEL);
2812 while (btrfs_lru_cache_size(&sctx->dir_utimes_cache) >
2817 lru = btrfs_lru_cache_lru_entry(&sctx->dir_utimes_cache);
2824 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, lru);
8144 btrfs_lru_cache_init(&sctx->dir_utimes_cache, 0);
8325 btrfs_lru_cache_for_each_entry_safe(&sctx->dir_utimes_cache, entry, tmp) {
8329 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, entry);
8416 btrfs_lru_cache_clear(&sctx->dir_utimes_cache);