Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log.c378 struct xlog *log = mp->m_log; in xfs_log_regrant()
443 struct xlog *log = mp->m_log; in xfs_log_reserve()
651 mp->m_log = log; in xfs_log_mount()
779 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
997 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
1095 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
1124 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1170 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1216 ASSERT((xlog_cil_empty(mp->m_log) && xlog_iclogs_empty(mp->m_log) && in xfs_log_cover()
1218 xlog_is_shutdown(mp->m_log)); in xfs_log_cover()
[all …]
A 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()
A Dxfs_buf_item_recover.c449 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()
A Dxfs_mount.h89 struct xlog *m_log; /* log specific stuff */ member
A Dxfs_fsops.c539 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
A Dxfs_trans_ail.c446 xlog_cil_flush(mp->m_log); in xfsaild_push()
A Dxfs_super.c711 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()
749 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
A Dxfs_log_cil.c1447 struct xfs_cil_ctx *ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
/linux/fs/xfs/libxfs/
A Dxfs_defer.c388 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()

Completed in 24 milliseconds