Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_log.c358 struct xlog *log = mp->m_log; in xfs_log_regrant()
423 struct xlog *log = mp->m_log; in xfs_log_reserve()
560 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount()
561 if (IS_ERR(mp->m_log)) { in xfs_log_mount()
562 error = PTR_ERR(mp->m_log); in xfs_log_mount()
629 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount()
641 error = xlog_recover(mp->m_log); in xfs_log_mount()
648 xlog_recover_cancel(mp->m_log); in xfs_log_mount()
653 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount()
659 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount()
[all …]
Dxfs_trans.c232 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
907 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()
908 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
910 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
969 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_cancel()
Dxfs_buf_item_recover.c449 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()
594 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
Dxfs_mount.h76 struct xlog *m_log; /* log specific stuff */ member
Dxfs_log_cil.c1017 struct xlog *log = mp->m_log; in xfs_log_commit_cil()
1181 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
Dxfs_super.c736 ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED); in xfs_fs_drop_inode()
772 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
887 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_quiesce_attr()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_defer.c359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()