Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans_ail.c383 if (XFS_TEST_ERROR(ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
409 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target()
474 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_process_logitem()
539 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_push()
563 xlog_cil_flush(ailp->ail_log); in xfsaild_push()
701 xlog_is_shutdown(ailp->ail_log)); in xfsaild()
756 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn()
787 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish()
922 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete()
952 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.c880 xlog_grant_return_space(ailp->ail_log, old_head, ailp->ail_head_lsn); in xlog_cil_ail_insert()
912 ASSERT(xlog_is_shutdown(ailp->ail_log)); in xlog_cil_ail_insert()
H A Dxfs_trace.h1670 __entry->dev = ailp->ail_log->l_mp->m_super->s_dev;