Searched refs:fstypelen (Results 1 – 1 of 1) sorted by relevance
629 int error, fstypelen, fspathlen, errmsg_len, errmsg_pos; in vfs_donmount() local649 fstypelen = 0; in vfs_donmount()650 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen); in vfs_donmount()651 if (error || fstypelen <= 0 || fstype[fstypelen - 1] != '\0') { in vfs_donmount()782 if (fstypelen > MFSNAMELEN || fspathlen > MNAMELEN) { in vfs_donmount()