Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans_ail.c377 if (XFS_TEST_ERROR(false, ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
403 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target()
465 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_push()
489 xlog_cil_flush(ailp->ail_log); in xfsaild_push()
678 xlog_is_shutdown(ailp->ail_log)); in xfsaild()
733 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn()
764 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish()
897 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete()
929 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
H A Dxfs_trans_priv.h52 struct xlog *ail_log; member
H A Dxfs_log_cil.c791 xlog_grant_return_space(ailp->ail_log, old_head, ailp->ail_head_lsn); in xlog_cil_ail_insert()
821 ASSERT(xlog_is_shutdown(ailp->ail_log)); in xlog_cil_ail_insert()