Lines Matching refs:progress
475 caching_ctl->progress = last; in caching_thread()
499 caching_ctl->progress = last; in caching_thread()
557 caching_ctl->progress = (u64)-1; in caching_thread()
594 caching_ctl->progress = cache->key.objectid; in cache_block_group()
646 caching_ctl->progress = (u64)-1; in cache_block_group()
6065 if (start >= caching_ctl->progress) { in __exclude_logged_extent()
6067 } else if (start + num_bytes <= caching_ctl->progress) { in __exclude_logged_extent()
6071 num_bytes = caching_ctl->progress - start; in __exclude_logged_extent()
6078 caching_ctl->progress; in __exclude_logged_extent()
6079 start = caching_ctl->progress; in __exclude_logged_extent()
6198 cache->last_byte_to_unpin = caching_ctl->progress; in btrfs_prepare_extent_commit()