Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dinode-map.c92 root->ino_cache_progress = last; in caching_kthread()
128 root->ino_cache_progress = (u64)-1; in caching_kthread()
275 if (info->offset > root->ino_cache_progress) in btrfs_unpin_free_ino()
278 count = min(root->ino_cache_progress - info->offset + 1, in btrfs_unpin_free_ino()
Dctree.h1077 u64 ino_cache_progress; member