Searched refs:m_log (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_log.c | 358 struct xlog *log = mp->m_log; in xfs_log_regrant() 423 struct xlog *log = mp->m_log; in xfs_log_reserve() 560 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount() 561 if (IS_ERR(mp->m_log)) { in xfs_log_mount() 562 error = PTR_ERR(mp->m_log); in xfs_log_mount() 629 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount() 641 error = xlog_recover(mp->m_log); in xfs_log_mount() 648 xlog_recover_cancel(mp->m_log); in xfs_log_mount() 653 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount() 659 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount() [all …]
|
| D | xfs_trans.c | 232 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 907 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit() 908 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 910 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 | 449 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer() 594 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
|
| D | xfs_mount.h | 76 struct xlog *m_log; /* log specific stuff */ member
|
| D | xfs_log_cil.c | 1017 struct xlog *log = mp->m_log; in xfs_log_commit_cil() 1181 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
|
| D | xfs_super.c | 736 ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED); in xfs_fs_drop_inode() 772 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs() 887 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_quiesce_attr()
|
| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_defer.c | 359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|