Searched refs:li_ail (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_trans_ail.c | 53 prev_lip = list_entry(lip->li_ail.prev, struct xfs_log_item, li_ail); in xfs_ail_check() 54 if (&prev_lip->li_ail != &ailp->ail_head) in xfs_ail_check() 56 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail); in xfs_ail_check() 57 if (&next_lip->li_ail != &ailp->ail_head) in xfs_ail_check() 99 if (lip->li_ail.next == &ailp->ail_head) in xfs_ail_next() 102 return list_first_entry(&lip->li_ail, struct xfs_log_item, li_ail); in xfs_ail_next() 226 list_for_each_entry(lip, &ailp->ail_head, li_ail) { in xfs_trans_ail_cursor_first() 245 list_for_each_entry_reverse(lip, &ailp->ail_head, li_ail) { in __xfs_trans_ail_cursor_last() 312 list_splice(list, &lip->li_ail); in xfs_ail_splice() 326 list_del(&lip->li_ail); in xfs_ail_delete() [all …]
|
H A D | xfs_trans_priv.h | 85 li_ail); in xfs_ail_min()
|
H A D | xfs_trans.h | 32 struct list_head li_ail; /* AIL pointers */ member
|
H A D | xfs_log.c | 1077 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
|