Lines Matching refs:head
16 struct list_head head; /* anchor into dir->list or dir->quarantine */
44 list_for_each_entry(tracker, &dir->list, head) {
165 list_for_each_entry_safe(tracker, n, &dir->quarantine, head) {
166 list_del(&tracker->head);
173 list_for_each_entry_safe(tracker, n, &dir->list, head) {
174 list_del(&tracker->head);
213 list_add(&tracker->head, &dir->list);
262 list_move_tail(&tracker->head, &dir->quarantine);
264 tracker = list_first_entry(&dir->quarantine, struct ref_tracker, head);
265 list_del(&tracker->head);