HomeSort by: relevance | last modified time | path
    Searched defs:mountedtype (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount/
mount.c 411 const char *mountedtype = sfp[i].f_fstypename; local in function:mountfs
416 if (strncmp(mountedtype,
418 mountedtype += TYPESIZE;
427 strncmp(vfstype, mountedtype, cmplen) == 0) {
mount.c 411 const char *mountedtype = sfp[i].f_fstypename; local in function:mountfs
416 if (strncmp(mountedtype,
418 mountedtype += TYPESIZE;
427 strncmp(vfstype, mountedtype, cmplen) == 0) {

Completed in 23 milliseconds