Lines Matching refs:trim_entry
952 struct btrfs_trim_range *trim_entry;
1003 list_for_each_entry(trim_entry, &ctl->trimming_ranges, list) {
1004 ret = io_ctl_add_entry(io_ctl, trim_entry->start,
1005 trim_entry->bytes, NULL);
3394 struct btrfs_trim_range *trim_entry)
3431 list_del(&trim_entry->list);
3468 struct btrfs_trim_range trim_entry;
3535 trim_entry.start = extent_start;
3536 trim_entry.bytes = extent_bytes;
3537 list_add_tail(&trim_entry.list, &ctl->trimming_ranges);
3542 &trim_entry);
3633 struct btrfs_trim_range trim_entry;
3722 trim_entry.start = start;
3723 trim_entry.bytes = bytes;
3724 list_add_tail(&trim_entry.list, &ctl->trimming_ranges);
3728 start, bytes, 0, &trim_entry);