Lines Matching refs:ail_head
46 if (list_empty(&ailp->ail_head))
54 if (&prev_lip->li_ail != &ailp->ail_head)
57 if (&next_lip->li_ail != &ailp->ail_head)
84 if (list_empty(&ailp->ail_head))
87 return list_entry(ailp->ail_head.prev, struct xfs_log_item, li_ail);
99 if (lip->li_ail.next == &ailp->ail_head)
245 list_for_each_entry(lip, &ailp->ail_head, li_ail) {
264 list_for_each_entry_reverse(lip, &ailp->ail_head, li_ail) {
333 list_splice(list, &ailp->ail_head);
766 if (list_empty(&ailp->ail_head))
909 INIT_LIST_HEAD(&ailp->ail_head);