Searched refs:last_ptr (Results 1 – 2 of 2) sorted by relevance
3681 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_clustered() local3772 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_unclustered() local3780 if (unlikely(last_ptr)) { in find_free_extent_unclustered()3781 spin_lock(&last_ptr->lock); in find_free_extent_unclustered()3782 last_ptr->fragmented = 1; in find_free_extent_unclustered()4058 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in found_extent_clustered() local4061 spin_lock(&last_ptr->lock); in found_extent_clustered()4278 if (ffe_ctl->last_ptr) { in prepare_allocation_clustered()4279 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in prepare_allocation_clustered() local4282 if (last_ptr->block_group) in prepare_allocation_clustered()[all …]
40 struct btrfs_free_cluster *last_ptr; member
Completed in 14 milliseconds