Searched refs:csum_list (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ordered-data.c | 213 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 D | ordered-data.h | 144 struct list_head csum_list; member
|
| H A D | zoned.c | 2125 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 D | inode.c | 2750 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 D | tree-log.c | 5086 list_for_each_entry(sums, &ordered->csum_list, list) { in log_extent_csums()
|