Searched refs:ino_cache_progress (Results 1 – 2 of 2) sorted by relevance
90 root->ino_cache_progress = last; in caching_kthread()126 root->ino_cache_progress = (u64)-1; in caching_kthread()270 if (info->offset > root->ino_cache_progress) in btrfs_unpin_free_ino()272 else if (info->offset + info->bytes > root->ino_cache_progress) in btrfs_unpin_free_ino()273 count = root->ino_cache_progress - info->offset + 1; in btrfs_unpin_free_ino()
1848 u64 ino_cache_progress; member