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