Searched refs:l_ailp (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_log_priv.h | 387 struct xfs_ail *l_ailp; /* AIL log is working with */ member
|
D | xfs_refcount_item.c | 655 xfs_trans_ail_insert(log->l_ailp, &cuip->cui_item, lsn); in xlog_recover_cui_commit_pass2()
|
D | xfs_rmap_item.c | 654 xfs_trans_ail_insert(log->l_ailp, &ruip->rui_item, lsn); in xlog_recover_rui_commit_pass2()
|
D | xfs_bmap_item.c | 641 xfs_trans_ail_insert(log->l_ailp, &buip->bui_item, lsn); in xlog_recover_bui_commit_pass2()
|
D | xfs_extfree_item.c | 715 xfs_trans_ail_insert(log->l_ailp, &efip->efi_item, lsn); in xlog_recover_efi_commit_pass2()
|
D | xfs_log_recover.c | 1738 struct xfs_ail *ailp = log->l_ailp; in xlog_recover_release_intent() 2526 ailp = log->l_ailp; in xlog_recover_process_intents() 2593 ailp = log->l_ailp; in xlog_recover_cancel_intents()
|
D | xfs_log_cil.c | 594 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, ctx->lv_chain, in xlog_cil_committed()
|
D | xfs_log.c | 629 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount() 1060 if (xfs_ail_min_lsn(log->l_ailp)) in xfs_log_need_covered() 1557 xfs_ail_push(log->l_ailp, threshold_lsn); in xlog_grant_push_ail()
|