Searched refs:m_log (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_log.c | 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() [all …]
|
D | xfs_trans.c | 233 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()
|
D | xfs_buf_item_recover.c | 458 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()
|
D | xfs_mount.h | 92 struct xlog *m_log; /* log specific stuff */ member
|
D | xfs_fsops.c | 529 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
|
D | xfs_trans_ail.c | 446 xlog_cil_flush(mp->m_log); in xfsaild_push()
|
D | xfs_super.c | 716 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()
|
D | xfs_log_cil.c | 1431 struct xfs_cil *cil = lip->li_mountp->m_log->l_cilp; in xfs_log_item_in_current_chkpt()
|
/fs/xfs/libxfs/ |
D | xfs_defer.c | 359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|