Lines Matching defs:mntflags
174 mount_nfs_dogetargs(struct nfs_args *nfsargsp, int mntflags, const char *spec)
179 if ((mntflags & MNT_GETARGS) != 0) {
212 struct nfs_args *nfsargsp, int *mntflags,
219 *mntflags = 0;
281 mp = getmntopts(optarg, mopts, mntflags, &altflags);
428 mount_nfs_dogetargs(nfsargsp, *mntflags, spec);
436 int mntflags;
439 mount_nfs_parseargs(argc, argv, &args, &mntflags, spec, name);
442 if ((retval = mount(MOUNT_NFS, name, mntflags,
452 mount_nfs_dogetargs(&args, mntflags, spec);
458 if (mntflags & MNT_GETARGS) {