Searched refs:fstypename (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/gpt/
H A Dmigrate.c97 fstypename(u_int t) function
165 "using \"Microsoft Basic Data\"", i, fstypename(fstype));
212 fstypename(dl->d_partitions[i].p_fstype));
/netbsd-current/sbin/mount/
H A Dmount.c115 const char *mountopts, *fstypename; local
247 fstypename = mntbuf->f_fstypename;
277 fstypename = fs->fs_vfstype;
283 rval = mountfs(fstypename, mntfromname,
/netbsd-current/sys/kern/
H A Dvfs_syscalls.c445 char fstypename[sizeof(((struct statvfs *)NULL)->f_fstypename)]; local
450 error = copyinstr(fstype, fstypename, sizeof(fstypename), NULL);
452 error = copystr(fstype, fstypename, sizeof(fstypename), NULL);
467 strlcpy(fstypename, mountcompatnames[fsindex],
468 sizeof(fstypename));
472 if (strcmp(fstypename, "ufs") == 0)
473 fstypename[0] = 'f';
475 if ((*vfsops = vfs_getopsbyname(fstypename)) !
[all...]
H A Dvfs_mount.c184 vfs_rootmountalloc(const char *fstypename, const char *devname, argument
193 if (!strncmp(vfsp->vfs_name, fstypename,

Completed in 124 milliseconds