Home
last modified time | relevance | path

Searched refs:mountedtype (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/mount/
H A Dmount.c405 const char *mountedtype = sfp[i].f_fstypename; in mountfs() local
410 if (strncmp(mountedtype, in mountfs()
412 mountedtype += TYPESIZE; in mountfs()
421 strncmp(vfstype, mountedtype, cmplen) == 0) { in mountfs()