Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c363 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()
[all …]
Dxfs_trans.c233 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
881 xlog_cil_commit(mp->m_log, tp, &commit_seq, regrant); in __xfs_trans_commit()
908 if (regrant && !xlog_is_shutdown(mp->m_log)) in __xfs_trans_commit()
909 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
911 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
969 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_cancel()
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()
Dxfs_mount.h92 struct xlog *m_log; /* log specific stuff */ member
Dxfs_fsops.c529 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
Dxfs_trans_ail.c446 xlog_cil_flush(mp->m_log); in xfsaild_push()
Dxfs_super.c716 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()
758 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
Dxfs_log_cil.c1431 struct xfs_cil *cil = lip->li_mountp->m_log->l_cilp; in xfs_log_item_in_current_chkpt()
/fs/xfs/libxfs/
Dxfs_defer.c359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()