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()
662 mp->m_log = log; in xfs_log_mount()
766 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
838 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
1007 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
1060 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
1105 xlog_wait_iclog_completion(mp->m_log); in xfs_log_unmount()
1111 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
1113 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
1123 item->li_log = mp->m_log; in xfs_log_item_init()
1142 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1188 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1234 ASSERT((xlog_cil_empty(mp->m_log) && xlog_iclogs_empty(mp->m_log) && in xfs_log_cover()
1235 !xfs_ail_min_lsn(mp->m_log->l_ailp)) || in xfs_log_cover()
1236 xlog_is_shutdown(mp->m_log)); in xfs_log_cover()
1282 struct xlog *log = mp->m_log; in xlog_assign_tail_lsn_locked()
1443 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
2124 log->l_mp->m_log = NULL; in xlog_dealloc_log()
3183 struct xlog *log = mp->m_log; in xfs_log_force()
3363 struct xlog *log = mp->m_log; in xfs_log_force_seq()
3502 return xlog_calc_unit_res(mp->m_log, unit_bytes, NULL); in xfs_log_calc_unit_res()
3837 struct xlog *log = mp->m_log; in xfs_log_check_lsn()
3855 valid = xlog_valid_lsn(mp->m_log, lsn); in xfs_log_check_lsn()