Searched refs:dir_utimes_cache (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c306 struct btrfs_lru_cache dir_utimes_cache; member in struct:send_ctx
2800 entry = btrfs_lru_cache_lookup(&sctx->dir_utimes_cache, dir, gen);
2812 ret = btrfs_lru_cache_store(&sctx->dir_utimes_cache, entry, GFP_KERNEL);
2824 while (sctx->dir_utimes_cache.size > SEND_MAX_DIR_UTIMES_CACHE_SIZE) {
2828 lru = btrfs_lru_cache_lru_entry(&sctx->dir_utimes_cache);
2835 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, lru);
8158 btrfs_lru_cache_init(&sctx->dir_utimes_cache, 0);
8339 btrfs_lru_cache_for_each_entry_safe(&sctx->dir_utimes_cache, entry, tmp) {
8343 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, entry);
8430 btrfs_lru_cache_clear(&sctx->dir_utimes_cache);
[all...]

Completed in 103 milliseconds