Lines Matching refs:progress
445 caching_ctl->progress = last; in caching_thread()
468 caching_ctl->progress = last; in caching_thread()
505 caching_ctl->progress = (u64)-1; in caching_thread()
548 caching_ctl->progress = cache->key.objectid; in cache_block_group()
600 caching_ctl->progress = (u64)-1; in cache_block_group()
5830 if (start >= caching_ctl->progress) { in __exclude_logged_extent()
5832 } else if (start + num_bytes <= caching_ctl->progress) { in __exclude_logged_extent()
5836 num_bytes = caching_ctl->progress - start; in __exclude_logged_extent()
5843 caching_ctl->progress; in __exclude_logged_extent()
5844 start = caching_ctl->progress; in __exclude_logged_extent()
5963 cache->last_byte_to_unpin = caching_ctl->progress; in btrfs_prepare_extent_commit()