Lines Matching refs:mnt_optnew
1180 mp->mnt_optnew = *optlist; in vfs_domount_first()
1240 mp->mnt_opt = mp->mnt_optnew; in vfs_domount_first()
1246 mp->mnt_optnew = NULL; in vfs_domount_first()
1433 mp->mnt_optnew = *optlist; in vfs_domount_update()
1434 vfs_mergeopts(mp->mnt_optnew, mp->mnt_opt); in vfs_domount_update()
1455 if (error == 0 && vfs_getopt(mp->mnt_optnew, "export", &bufp, in vfs_domount_update()
1553 mp->mnt_opt = mp->mnt_optnew; in vfs_domount_update()
1560 mp->mnt_optnew = NULL; in vfs_domount_update()
2424 struct vfsoptlist *moptlist = mp->mnt_optnew; in vfs_mount_error()
3069 mp->mnt_optnew = opts; in vfs_remount_ro()
3080 mp->mnt_opt = mp->mnt_optnew; in vfs_remount_ro()
3085 vfs_freeopts(mp->mnt_optnew); in vfs_remount_ro()
3087 mp->mnt_optnew = NULL; in vfs_remount_ro()