Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_mount.h372 #define XFS_OPSTATE_SHUTDOWN 2 /* stop all fs operations */ macro
414 { (1UL << XFS_OPSTATE_SHUTDOWN), "shutdown" }, \
Dxfs_fsops.c531 if (test_and_set_bit(XFS_OPSTATE_SHUTDOWN, &mp->m_opstate)) in xfs_do_force_shutdown()