Searched refs:xfs_trans_ail_cursor_next (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_trans_priv.h | 125 struct xfs_log_item * xfs_trans_ail_cursor_next(struct xfs_ail *ailp,
|
D | xfs_trans_ail.c | 167 xfs_trans_ail_cursor_next( in xfs_trans_ail_cursor_next() function 483 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xfsaild_push()
|
D | xfs_log_recover.c | 3418 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_efd_pass2() 3511 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_rud_pass2() 3628 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_cud_pass2() 3747 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_bud_pass2() 4829 for (; lip; lip = xfs_trans_ail_cursor_next(ailp, &cur)) in xlog_recover_process_intents() 4864 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_process_intents() 4898 for (; lip; lip = xfs_trans_ail_cursor_next(ailp, &cur)) in xlog_recover_cancel_intents() 4919 lip = xfs_trans_ail_cursor_next(ailp, &cur); in xlog_recover_cancel_intents()
|