Searched refs:xfs_trans_ail_cursor_first (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/ |
D | xfs_trans_priv.h | 119 struct xfs_log_item * xfs_trans_ail_cursor_first(struct xfs_ail *ailp,
|
D | xfs_trans_ail.c | 221 xfs_trans_ail_cursor_first( in xfs_trans_ail_cursor_first() function 397 lip = xfs_trans_ail_cursor_first(ailp, &cur, ailp->ail_last_pushed_lsn); in xfsaild_push()
|
D | xfs_log_recover.c | 3403 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_efd_pass2() 3496 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_rud_pass2() 3613 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_cud_pass2() 3732 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_bud_pass2() 4818 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_process_intents() 4890 lip = xfs_trans_ail_cursor_first(ailp, &cur, 0); in xlog_recover_cancel_intents()
|