Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c300 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable()
302 if (xlog_is_shutdown(mp->m_log)) in xfs_log_writable()
315 struct xlog *log = mp->m_log; in xfs_log_regrant()
373 struct xlog *log = mp->m_log; in xfs_log_reserve()
561 mp->m_log = log; in xfs_log_mount()
665 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
737 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
914 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
967 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
1012 xlog_wait_iclog_completion(mp->m_log); in xfs_log_unmount()
[all …]
H A Dxfs_buf.c714 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map()
1057 if (xlog_is_shutdown(mp->m_log)) in xfs_buf_ioend_handle_error()
1066 if (mp->m_log && xlog_in_recovery(mp->m_log)) { in xfs_buf_ioend_handle_error()
1399 if (bp->b_mount->m_log && xlog_is_shutdown(bp->b_mount->m_log)) { in xfs_buf_submit()
1554 ASSERT(xlog_is_shutdown(btp->bt_mount->m_log)); in xfs_buftarg_drain()
H A Dxfs_buf_item_recover.c477 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()
642 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
H A Dxfs_inode.c1308 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inode_needs_inactive()
1418 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inactive()
1657 ASSERT(iip->ili_last_fields || xlog_is_shutdown(mp->m_log)); in xfs_ifree_mark_inode_stale()
2612 if (xlog_is_shutdown(mp->m_log)) { in xfs_iflush_cluster()
H A Dxfs_mount.h164 struct xlog *m_log; /* log specific stuff */ member
H A Dxfs_trans_ail.c952 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
H A Dxfs_super.c814 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()
H A Dxfs_log_recover.c2548 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c535 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()