Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_discard.c167 if (mp->m_flags & XFS_MOUNT_NORECOVERY) in xfs_ioc_trim()
Dxfs_mount.h231 #define XFS_MOUNT_NORECOVERY (1ULL << 10) /* no recovery - dirty fs */ macro
Dxfs_super.c249 mp->m_flags |= XFS_MOUNT_NORECOVERY; in xfs_parseargs()
350 if ((mp->m_flags & XFS_MOUNT_NORECOVERY) && in xfs_parseargs()
446 { XFS_MOUNT_NORECOVERY, ",norecovery" }, in xfs_showargs()
1291 if (mp->m_flags & XFS_MOUNT_NORECOVERY) { in xfs_fs_remount()
Dxfs_log.c589 if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) { in xfs_log_mount()
674 if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) { in xfs_log_mount()
735 if (mp->m_flags & XFS_MOUNT_NORECOVERY) { in xfs_log_mount_finish()
915 if (mp->m_flags & XFS_MOUNT_NORECOVERY || in xfs_log_unmount_write()
4063 if (mp->m_flags & XFS_MOUNT_NORECOVERY) in xfs_log_check_lsn()
Dxfs_mount.c920 if ((mp->m_flags & (XFS_MOUNT_RDONLY|XFS_MOUNT_NORECOVERY)) == in xfs_mountfs()
/Linux-v5.4/fs/xfs/scrub/
Dscrub.c480 if (mp->m_flags & XFS_MOUNT_NORECOVERY) in xfs_scrub_metadata()