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

/linux-master/fs/xfs/
H A Dxfs_trans_ail.c39 struct xfs_log_item *next_lip; variable in typeref:struct:xfs_log_item
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 110 milliseconds