Home
last modified time | relevance | path

Searched refs:next_lip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans_ail.c38 struct xfs_log_item *next_lip; variable
55 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail);
56 if (&next_lip->li_ail != &ailp->ail_head)
57 next_lsn = next_lip->li_lsn;
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans_ail.c39 struct xfs_log_item *next_lip; variable
56 next_lip = list_entry(lip->li_ail.next, struct xfs_log_item, li_ail);
57 if (&next_lip->li_ail != &ailp->ail_head)
58 next_lsn = next_lip->li_lsn;

Completed in 3 milliseconds