Lines Matching refs:list
13 #include <linux/list.h>
57 struct list_head list;
86 * A list of pending exceptions that completed out of order.
98 * as well as the snapshot_bios list.
208 * in a bio list
338 * the size of the minors list then it should be nearly perfect
462 list_for_each_entry(s, &o->snapshots, list) {
538 /* Sort the list according to chunk size, largest-first smallest-last */
539 list_for_each_entry(l, &o->snapshots, list)
542 list_add_tail(&s->list, &l->list);
594 * Move snapshot to correct place in list according to chunk size.
602 list_del(&s->list);
615 list_del(&s->list);
839 * corresponding list without locking it first.
860 list_for_each_entry(snap, &o->snapshots, list)
1335 INIT_LIST_HEAD(&s->list);
1377 /* Add snapshot to the list of snapshots for this origin */
1587 * Flush a list of buffers.
1604 * Flush a list of buffers.
1622 * Error a list of buffers.
1721 /* Remove the in-flight exception from the list */
2441 * and any supplied bio is added to a list to be submitted once all
2457 list_for_each_entry (snap, snapshots, list) {
2577 list_for_each_entry(s, &o->snapshots, list)