Home
last modified time | relevance | path

Searched refs:csum_list (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Dordered-data.c213 INIT_LIST_HEAD(&entry->csum_list); in alloc_ordered_extent()
350 list_add_tail(&sum->list, &entry->csum_list); in btrfs_add_ordered_sum()
630 list_for_each_entry_safe(sum, tmp, &entry->csum_list, list) in btrfs_put_ordered_extent()
1325 list_for_each_entry_safe(sum, tmpsum, &ordered->csum_list, list) { in btrfs_split_ordered_extent()
1328 list_move_tail(&sum->list, &new->csum_list); in btrfs_split_ordered_extent()
H A Dordered-data.h144 struct list_head csum_list; member
H A Dzoned.c2125 ASSERT(!list_empty(&ordered->csum_list)); in btrfs_finish_ordered_zoned()
2126 sum = list_first_entry(&ordered->csum_list, struct btrfs_ordered_sum, list); in btrfs_finish_ordered_zoned()
2157 while ((sum = list_first_entry_or_null(&ordered->csum_list, in btrfs_finish_ordered_zoned()
H A Dinode.c2750 list_for_each_entry(sum, &oe->csum_list, list) { in add_pending_csums()
3271 ASSERT(list_empty(&ordered_extent->csum_list)); in btrfs_finish_one_ordered()
3272 if (unlikely(!list_empty(&ordered_extent->csum_list))) { in btrfs_finish_one_ordered()
H A Dtree-log.c5086 list_for_each_entry(sums, &ordered->csum_list, list) { in log_extent_csums()