Lines Matching refs:list
191 INIT_LIST_HEAD(&entry->list);
284 * Add a struct btrfs_ordered_sum into the list of checksums to be inserted
285 * when an ordered extent is finished. If the list covers more than one
295 list_add_tail(&sum->list, &entry->list);
565 while (!list_empty(&entry->list)) {
566 cur = entry->list.next;
567 sum = list_entry(cur, struct btrfs_ordered_sum, list);
568 list_del(&sum->list);
947 * Adds all ordered extents to the given list. The list ends up sorted by the
951 struct list_head *list)
968 list_add_tail(&ordered->log_list, list);
1222 list_for_each_entry_safe(sum, tmpsum, &ordered->list, list) {
1225 list_move_tail(&sum->list, &new->list);