Searched refs:m_log (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_log.c | 362 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable() 377 struct xlog *log = mp->m_log; in xfs_log_regrant() 442 struct xlog *log = mp->m_log; in xfs_log_reserve() 579 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount() 580 if (IS_ERR(mp->m_log)) { in xfs_log_mount() 581 error = PTR_ERR(mp->m_log); in xfs_log_mount() 648 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount() 660 error = xlog_recover(mp->m_log); in xfs_log_mount() 667 xlog_recover_cancel(mp->m_log); in xfs_log_mount() 672 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount() [all …]
|
D | xfs_trans.c | 229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 877 xlog_cil_commit(mp->m_log, tp, &commit_seq, regrant); in __xfs_trans_commit() 904 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit() 905 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 907 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 965 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_super.c | 738 ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED); in xfs_fs_drop_inode() 778 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs() 893 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_quiesce_attr()
|
D | xfs_log_cil.c | 1184 struct xfs_cil *cil = lip->li_mountp->m_log->l_cilp; in xfs_log_item_in_current_chkpt()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_defer.c | 359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|