Lines Matching refs:mnt_optnew
362 if (vfs_filteropt(mp->mnt_optnew, ffs_opts)) in ffs_mount()
377 vfs_deleteopt(mp->mnt_optnew, "groupquota"); in ffs_mount()
378 vfs_deleteopt(mp->mnt_optnew, "userquota"); in ffs_mount()
380 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in ffs_mount()
385 if (vfs_getopt(mp->mnt_optnew, "untrusted", NULL, NULL) == 0) in ffs_mount()
388 if (vfs_getopt(mp->mnt_optnew, "acls", NULL, NULL) == 0) in ffs_mount()
391 if (vfs_getopt(mp->mnt_optnew, "snapshot", NULL, NULL) == 0) { in ffs_mount()
397 vfs_deleteopt(mp->mnt_optnew, "snapshot"); in ffs_mount()
401 if (vfs_getopt(mp->mnt_optnew, "nfsv4acls", NULL, NULL) == 0) { in ffs_mount()
503 vfs_flagopt(mp->mnt_optnew, "ro", NULL, 0)) { in ffs_mount()
592 !vfs_flagopt(mp->mnt_optnew, "ro", NULL, 0)) { in ffs_mount()