Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c405 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()
1007 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
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()
[all …]
H A Dxfs_fsops.c489 xlog_shutdown_wait(mp->m_log); in xfs_do_force_shutdown()
498 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
H A Dxfs_trans.c229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
687 ASSERT(lip->li_log == tp->t_mountp->m_log); in xfs_trans_add_item()
959 struct xlog *log = mp->m_log; in __xfs_trans_commit()
1088 struct xlog *log = mp->m_log; in xfs_trans_cancel()
H A Dxfs_buf.c911 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map()
1299 if (xlog_is_shutdown(mp->m_log)) in xfs_buf_ioend_handle_error()
1731 if (bp->b_mount->m_log && in __xfs_buf_submit()
1732 xlog_is_shutdown(bp->b_mount->m_log)) { in __xfs_buf_submit()
1949 ASSERT(xlog_is_shutdown(btp->bt_mount->m_log)); in xfs_buftarg_drain()
H A Dxfs_buf_item_recover.c458 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()
603 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
H A Dxfs_mount.h92 struct xlog *m_log; /* log specific stuff */ member
H A Dxfs_trans_ail.c909 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
H A Dxfs_super.c743 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()
793 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
H A Dxfs_inode.c1838 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inode_needs_inactive()
1937 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inactive()
3806 if (xlog_is_shutdown(mp->m_log)) { in xfs_iflush_cluster()
H A Dxfs_icache.c886 if (xlog_is_shutdown(ip->i_mount->m_log)) { in xfs_reclaim_inode()
H A Dxfs_log_recover.c2533 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c534 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()