Lines Matching refs:trim_entry
1078 struct btrfs_trim_range *trim_entry;
1129 list_for_each_entry(trim_entry, &ctl->trimming_ranges, list) {
1130 ret = io_ctl_add_entry(io_ctl, trim_entry->start,
1131 trim_entry->bytes, NULL);
3647 struct btrfs_trim_range *trim_entry)
3684 list_del(&trim_entry->list);
3721 struct btrfs_trim_range trim_entry;
3788 trim_entry.start = extent_start;
3789 trim_entry.bytes = extent_bytes;
3790 list_add_tail(&trim_entry.list, &ctl->trimming_ranges);
3795 &trim_entry);
3886 struct btrfs_trim_range trim_entry;
3975 trim_entry.start = start;
3976 trim_entry.bytes = bytes;
3977 list_add_tail(&trim_entry.list, &ctl->trimming_ranges);
3981 start, bytes, 0, &trim_entry);