Searched refs:li_ail (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
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() 245 list_for_each_entry(lip, &ailp->ail_head, li_ail) { in xfs_trans_ail_cursor_first() 264 list_for_each_entry_reverse(lip, &ailp->ail_head, li_ail) { in __xfs_trans_ail_cursor_last() 331 list_splice(list, &lip->li_ail); in xfs_ail_splice() 345 list_del(&lip->li_ail); in xfs_ail_delete() [all …]
|
A D | xfs_trans_priv.h | 84 li_ail); in xfs_ail_min()
|
A D | xfs_trans.h | 32 struct list_head li_ail; /* AIL pointers */ member
|
A D | xfs_log.c | 1163 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
|
Completed in 12 milliseconds