Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dsend.c307 struct btrfs_lru_cache dir_utimes_cache; member
2788 entry = btrfs_lru_cache_lookup(&sctx->dir_utimes_cache, dir, gen); in cache_dir_utimes()
2800 ret = btrfs_lru_cache_store(&sctx->dir_utimes_cache, entry, GFP_KERNEL); in cache_dir_utimes()
2812 while (btrfs_lru_cache_size(&sctx->dir_utimes_cache) > in trim_dir_utimes_cache()
2817 lru = btrfs_lru_cache_lru_entry(&sctx->dir_utimes_cache); in trim_dir_utimes_cache()
2824 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, lru); in trim_dir_utimes_cache()
8135 btrfs_lru_cache_init(&sctx->dir_utimes_cache, 0); in btrfs_ioctl_send()
8316 btrfs_lru_cache_for_each_entry_safe(&sctx->dir_utimes_cache, entry, tmp) { in btrfs_ioctl_send()
8320 btrfs_lru_cache_remove(&sctx->dir_utimes_cache, entry); in btrfs_ioctl_send()
8407 btrfs_lru_cache_clear(&sctx->dir_utimes_cache); in btrfs_ioctl_send()