Lines Matching refs:m_log
390 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable()
392 if (xlog_is_shutdown(mp->m_log)) in xfs_log_writable()
405 struct xlog *log = mp->m_log; in xfs_log_regrant()
467 struct xlog *log = mp->m_log; in xfs_log_reserve()
661 mp->m_log = log; in xfs_log_mount()
789 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
870 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
1022 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
1075 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
1118 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
1120 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
1130 item->li_log = mp->m_log; in xfs_log_item_init()
1149 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1195 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1241 ASSERT((xlog_cil_empty(mp->m_log) && xlog_iclogs_empty(mp->m_log) && in xfs_log_cover()
1242 !xfs_ail_min_lsn(mp->m_log->l_ailp)) || in xfs_log_cover()
1243 xlog_is_shutdown(mp->m_log)); in xfs_log_cover()
1289 struct xlog *log = mp->m_log; in xlog_assign_tail_lsn_locked()
1450 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
2142 log->l_mp->m_log = NULL; in xlog_dealloc_log()
3201 struct xlog *log = mp->m_log; in xfs_log_force()
3381 struct xlog *log = mp->m_log; in xfs_log_force_seq()
3520 return xlog_calc_unit_res(mp->m_log, unit_bytes, NULL); in xfs_log_calc_unit_res()
3855 struct xlog *log = mp->m_log; in xfs_log_check_lsn()
3873 valid = xlog_valid_lsn(mp->m_log, lsn); in xfs_log_check_lsn()