Home
last modified time | relevance | path

Searched refs:ail_log (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_trans_ail.c382 if (XFS_TEST_ERROR(false, ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
408 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target()
470 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_push()
494 xlog_cil_flush(ailp->ail_log); in xfsaild_push()
683 xlog_is_shutdown(ailp->ail_log)); in xfsaild()
738 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn()
769 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish()
902 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete()
934 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
Dxfs_trans_priv.h52 struct xlog *ail_log; member
Dxfs_log_cil.c794 xlog_grant_return_space(ailp->ail_log, old_head, ailp->ail_head_lsn); in xlog_cil_ail_insert()
824 ASSERT(xlog_is_shutdown(ailp->ail_log)); in xlog_cil_ail_insert()