Searched refs:mntfromname (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/mount/
H A Dmount.c235 const char *mntfromname, **vfslist, *vfstype; local
373 mntfromname = NULL;
390 mntfromname = mntbuf->f_mntfromname;
397 mntfromname = fs->fs_spec;
404 mntfromname = mntbuf->f_mntfromname;
408 rval = mountfs(mntbuf->f_fstypename, mntfromname,
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c1289 char *fstypename, *mntonname, *mntfromname, *data; local
1294 mntfromname = malloc(MNAMELEN, M_TEMP, M_WAITOK);
1301 error = copyinstr(args->specialfile, mntfromname, MNAMELEN - 1, NULL);
1305 mntfromname[0] = '\0';
1320 if (strcmp(mntfromname, "fuse") == 0)
1321 strcpy(mntfromname, "/dev/fuse");
1361 ma = mount_arg(ma, "from", mntfromname, -1);
1366 free(mntfromname, M_TEMP);

Completed in 181 milliseconds