Searched refs:li_ail (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_trans_ail.c | 50 prev_lip = list_entry(lip->li_ail.prev, struct xfs_log_item, li_ail); in xfs_ail_check() 51 if (&prev_lip->li_ail != &ailp->ail_head) in xfs_ail_check() 53 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail); in xfs_ail_check() 54 if (&next_lip->li_ail != &ailp->ail_head) in xfs_ail_check() 84 return list_entry(ailp->ail_head.prev, xfs_log_item_t, li_ail); in xfs_ail_max() 96 if (lip->li_ail.next == &ailp->ail_head) in xfs_ail_next() 99 return list_first_entry(&lip->li_ail, xfs_log_item_t, li_ail); in xfs_ail_next() 234 list_for_each_entry(lip, &ailp->ail_head, li_ail) { in xfs_trans_ail_cursor_first() 253 list_for_each_entry_reverse(lip, &ailp->ail_head, li_ail) { in __xfs_trans_ail_cursor_last() 311 cur->item = list_entry(list->prev, struct xfs_log_item, li_ail); in xfs_ail_splice() [all …]
|
D | xfs_trans_priv.h | 84 li_ail); in xfs_ail_min()
|
D | xfs_trans.h | 31 struct list_head li_ail; /* AIL pointers */ member
|
D | xfs_log.c | 1056 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
|