Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dinode-map.c91 root->ino_cache_progress = last; in caching_kthread()
127 root->ino_cache_progress = (u64)-1; in caching_kthread()
272 if (info->offset > root->ino_cache_progress) in btrfs_unpin_free_ino()
275 count = min(root->ino_cache_progress - info->offset + 1, in btrfs_unpin_free_ino()
Dctree.h1187 u64 ino_cache_progress; member