Searched refs:li_ail (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans_ail.c53 prev_lip = list_entry(lip->li_ail.prev, struct xfs_log_item, li_ail);
54 if (&prev_lip->li_ail != &ailp->ail_head)
56 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail);
57 if (&next_lip->li_ail != &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)
102 return list_first_entry(&lip->li_ail, struct xfs_log_item, li_ail);
[all...]
H A Dxfs_trans_priv.h84 li_ail);
H A Dxfs_trans.h32 struct list_head li_ail; /* AIL pointers */ member in struct:xfs_log_item
H A Dxfs_log.c1129 INIT_LIST_HEAD(&item->li_ail);

Completed in 116 milliseconds