Lines Matching refs:ail_head
45 if (list_empty(&ailp->ail_head))
53 if (&prev_lip->li_ail != &ailp->ail_head)
56 if (&next_lip->li_ail != &ailp->ail_head)
83 if (list_empty(&ailp->ail_head))
86 return list_entry(ailp->ail_head.prev, struct xfs_log_item, li_ail);
98 if (lip->li_ail.next == &ailp->ail_head)
244 list_for_each_entry(lip, &ailp->ail_head, li_ail) {
263 list_for_each_entry_reverse(lip, &ailp->ail_head, li_ail) {
332 list_splice(list, &ailp->ail_head);
749 if (list_empty(&ailp->ail_head))
892 INIT_LIST_HEAD(&ailp->ail_head);