Lines Matching refs:m_log
363 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable()
365 if (xlog_is_shutdown(mp->m_log)) in xfs_log_writable()
378 struct xlog *log = mp->m_log; in xfs_log_regrant()
443 struct xlog *log = mp->m_log; in xfs_log_reserve()
638 mp->m_log = log; in xfs_log_mount()
766 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
848 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
984 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
1037 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
1080 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
1082 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
1111 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1157 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1203 ASSERT((xlog_cil_empty(mp->m_log) && xlog_iclogs_empty(mp->m_log) && in xfs_log_cover()
1204 !xfs_ail_min_lsn(mp->m_log->l_ailp)) || in xfs_log_cover()
1205 xlog_is_shutdown(mp->m_log)); in xfs_log_cover()
1251 struct xlog *log = mp->m_log; in xlog_assign_tail_lsn_locked()
1412 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
2090 log->l_mp->m_log = NULL; in xlog_dealloc_log()
3273 struct xlog *log = mp->m_log; in xfs_log_force()
3453 struct xlog *log = mp->m_log; in xfs_log_force_seq()
3589 return xlog_calc_unit_res(mp->m_log, unit_bytes); in xfs_log_calc_unit_res()
3934 struct xlog *log = mp->m_log; in xfs_log_check_lsn()
3952 valid = xlog_valid_lsn(mp->m_log, lsn); in xfs_log_check_lsn()