Searched refs:l_ailp (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_log_priv.h | 398 struct xfs_ail *l_ailp; /* AIL log is working with */ member
|
D | xfs_log.c | 726 log->l_ailp = mp->m_ail; in xfs_log_mount() 1209 if (xfs_ail_min_lsn(log->l_ailp)) in xfs_log_need_covered() 1242 !xfs_ail_min_lsn(mp->m_log->l_ailp)) || in xfs_log_cover() 1761 xfs_ail_push(log->l_ailp, threshold_lsn); in xlog_grant_push_ail()
|
D | xfs_bmap_item.c | 672 xfs_trans_ail_insert(log->l_ailp, &buip->bui_item, lsn); in xlog_recover_bui_commit_pass2()
|
D | xfs_refcount_item.c | 683 xfs_trans_ail_insert(log->l_ailp, &cuip->cui_item, lsn); in xlog_recover_cui_commit_pass2()
|
D | xfs_rmap_item.c | 687 xfs_trans_ail_insert(log->l_ailp, &ruip->rui_item, lsn); in xlog_recover_rui_commit_pass2()
|
D | xfs_log_recover.c | 1732 struct xfs_ail *ailp = log->l_ailp; in xlog_recover_release_intent() 2547 ailp = log->l_ailp; in xlog_recover_process_intents() 2615 ailp = log->l_ailp; in xlog_recover_cancel_intents()
|
D | xfs_attr_item.c | 775 xfs_trans_ail_insert(log->l_ailp, &attrip->attri_item, lsn); in xlog_recover_attri_commit_pass2()
|
D | xfs_extfree_item.c | 731 xfs_trans_ail_insert(log->l_ailp, &efip->efi_item, lsn); in xlog_recover_efi_commit_pass2()
|
D | xfs_log_cil.c | 795 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain, in xlog_cil_committed()
|