Searched refs:m_log (Results 1 – 12 of 12) sorted by relevance
349 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable()351 if (xlog_is_shutdown(mp->m_log)) in xfs_log_writable()364 struct xlog *log = mp->m_log; in xfs_log_regrant()422 struct xlog *log = mp->m_log; in xfs_log_reserve()610 mp->m_log = log; in xfs_log_mount()714 struct xlog *log = mp->m_log; in xfs_log_mount_finish()786 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()955 struct xlog *log = mp->m_log; in xfs_log_unmount_write()1008 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()1053 xlog_wait_iclog_completion(mp->m_log); in xfs_log_unmount()[all …]
499 xlog_shutdown_wait(mp->m_log); in xfs_do_force_shutdown()508 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
230 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()711 ASSERT(lip->li_log == tp->t_mountp->m_log); in xfs_trans_add_item()854 struct xlog *log = mp->m_log; in __xfs_trans_commit()978 struct xlog *log = mp->m_log; in xfs_trans_cancel()
840 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map()1229 if (xlog_is_shutdown(mp->m_log)) in xfs_buf_ioend_handle_error()1585 if (bp->b_mount->m_log && xlog_is_shutdown(bp->b_mount->m_log)) { in xfs_buf_submit()1778 ASSERT(xlog_is_shutdown(btp->bt_mount->m_log)); in xfs_buftarg_drain()
478 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()623 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
127 struct xlog *m_log; /* log specific stuff */ member
929 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
747 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()797 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
891 if (xfs_clear_resuming_quotaon(mp) && xlog_recovery_needed(mp->m_log)) in xfs_mountfs()
980 if (xlog_is_shutdown(ip->i_mount->m_log)) { in xfs_reclaim_inode()
2538 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
535 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()