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

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

Completed in 91 milliseconds