Home
last modified time | relevance | path

Searched refs:XFS_OPSTATE_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.h420 #define XFS_OPSTATE_SHUTDOWN 2 /* stop all fs operations */ macro
488 { (1UL << XFS_OPSTATE_SHUTDOWN), "shutdown" }, \
H A Dxfs_fsops.c488 if (test_and_set_bit(XFS_OPSTATE_SHUTDOWN, &mp->m_opstate)) { in xfs_do_force_shutdown()
H A Dxfs_log.c3769 if (!test_and_set_bit(XFS_OPSTATE_SHUTDOWN, &log->l_mp->m_opstate)) { in xlog_force_shutdown()