Searched refs:li_ail (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans_ail.c | 52 prev_lip = list_entry(lip->li_ail.prev, struct xfs_log_item, li_ail); 53 if (&prev_lip->li_ail != &ailp->ail_head) 55 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail); 56 if (&next_lip->li_ail != &ailp->ail_head) 86 return list_entry(ailp->ail_head.prev, struct xfs_log_item, li_ail); in xfs_ail_max() 98 if (lip->li_ail.next == &ailp->ail_head) in xfs_ail_next() 101 return list_first_entry(&lip->li_ail, struct xfs_log_item, li_ail); in xfs_ail_next() [all...] |
H A D | xfs_trans_priv.h | 82 li_ail); in xfs_ail_min()
|
H A D | xfs_trans.h | 31 struct list_head li_ail; /* AIL pointers */ member
|
H A D | xfs_log.c | 1000 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans_ail.c | 53 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); in xfs_ail_max() 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() [all...] |
H A D | xfs_trans_priv.h | 84 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 | 1129 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
|
Completed in 12 milliseconds