Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h307 #define XFS_FEAT_NORECOVERY (1ULL << 62) /* no recovery - dirty fs */ macro
Dxfs_super.c169 { XFS_FEAT_NORECOVERY, ",norecovery" }, in xfs_fs_show_options()
1304 parsing_mp->m_features |= XFS_FEAT_NORECOVERY; in xfs_fs_parse_param()