Home
last modified time | relevance | path

Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_cil.c579 bool abort = XLOG_FORCED_SHUTDOWN(ctx->cil->xc_log); in xlog_cil_committed()
830 if (XLOG_FORCED_SHUTDOWN(log)) { in xlog_cil_push_work()
891 ASSERT(XLOG_FORCED_SHUTDOWN(log)); in xlog_cil_push_work()
1044 if (regrant && !XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_commit()
1117 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_force_seq()
H A Dxfs_log.c247 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()
261 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()
381 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_regrant()
449 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()
797 if (!XLOG_FORCED_SHUTDOWN(log) && in xlog_wait_on_iclog()
806 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_wait_on_iclog()
916 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_unmount_write()
1016 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_space_wake()
1482 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_commit_record()
1564 if (threshold_lsn == NULLCOMMITLSN || XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()
[all …]
H A Dxfs_log_priv.h444 #define XLOG_FORCED_SHUTDOWN(log) \ macro
H A Dxfs_trans.c904 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()