XFS_MOUNT_NOALIGN  710 fs/xfs/libxfs/xfs_ialloc.c 			ASSERT(!(args.mp->m_flags & XFS_MOUNT_NOALIGN));
XFS_MOUNT_NOALIGN  419 fs/xfs/xfs_mount.c 	} else if ((mp->m_flags & XFS_MOUNT_NOALIGN) != XFS_MOUNT_NOALIGN &&
XFS_MOUNT_NOALIGN  252 fs/xfs/xfs_super.c 			mp->m_flags |= XFS_MOUNT_NOALIGN;
XFS_MOUNT_NOALIGN  356 fs/xfs/xfs_super.c 	if ((mp->m_flags & XFS_MOUNT_NOALIGN) && (dsunit || dswidth)) {
XFS_MOUNT_NOALIGN  382 fs/xfs/xfs_super.c 	if (dsunit && !(mp->m_flags & XFS_MOUNT_NOALIGN)) {
XFS_MOUNT_NOALIGN  443 fs/xfs/xfs_super.c 		{ XFS_MOUNT_NOALIGN,		",noalign" },