Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans_ail.c52 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 Dxfs_trans_priv.h82 li_ail); in xfs_ail_min()
H A Dxfs_trans.h31 struct list_head li_ail; /* AIL pointers */ member
H A Dxfs_log.c1000 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()
/kernel/linux/linux-6.6/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); 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 Dxfs_trans_priv.h84 li_ail); in xfs_ail_min()
H A Dxfs_trans.h32 struct list_head li_ail; /* AIL pointers */ member
H A Dxfs_log.c1129 INIT_LIST_HEAD(&item->li_ail); in xfs_log_item_init()

Completed in 12 milliseconds