Home
last modified time | relevance | path

Searched refs:XFS_MOUNT_NORECOVERY (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_super.c264 mp->m_flags |= XFS_MOUNT_NORECOVERY; in xfs_parseargs()
365 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) && in xfs_parseargs()
461 { XFS_MOUNT_NORECOVERY, ",norecovery" }, in xfs_showargs()
1300 if (mp->m_flags & XFS_MOUNT_NORECOVERY) { in xfs_fs_remount()
Dxfs_mount.h215 #define XFS_MOUNT_NORECOVERY (1ULL << 10) /* no recovery - dirty fs */ macro
Dxfs_log.c603 if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) { in xfs_log_mount()
688 if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) { in xfs_log_mount()
749 if (mp->m_flags & XFS_MOUNT_NORECOVERY) { in xfs_log_mount_finish()
933 if (mp->m_flags & XFS_MOUNT_NORECOVERY || in xfs_log_unmount_write()
4082 if (mp->m_flags & XFS_MOUNT_NORECOVERY) in xfs_log_check_lsn()
Dxfs_mount.c989 if ((mp->m_flags & (XFS_MOUNT_RDONLY|XFS_MOUNT_NORECOVERY)) == in xfs_mountfs()
/Linux-v4.19/fs/xfs/scrub/
Dscrub.c498 if (mp->m_flags & XFS_MOUNT_NORECOVERY) in xfs_scrub_metadata()