Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c92 root->cache_progress = last; in caching_kthread()
128 root->cache_progress = (u64)-1; in caching_kthread()
239 if (objectid <= root->cache_progress || in btrfs_return_ino()
276 if (info->offset > root->cache_progress) in btrfs_unpin_free_ino()
278 else if (info->offset + info->bytes > root->cache_progress) in btrfs_unpin_free_ino()
279 count = root->cache_progress - info->offset + 1; in btrfs_unpin_free_ino()
Dctree.h1661 u64 cache_progress; member