Searched refs:reserve_list (Results 1 – 1 of 1) sorted by relevance
2689 struct list_head reserve_list; in btrfs_fallocate() local2795 INIT_LIST_HEAD(&reserve_list); in btrfs_fallocate()2812 ret = add_falloc_range(&reserve_list, cur_offset, in btrfs_fallocate()2843 list_for_each_entry_safe(range, tmp, &reserve_list, list) { in btrfs_fallocate()