Searched refs:getfstype (Results 1 – 4 of 4) sorted by relevance
59 struct fstab *getfstype();
138 getfstype(char *type) in getfstype() function
142 extern struct vfssw *getfstype(); /* find default filesystem type */
78 static struct vfssw *getfstype(char *, char *, size_t);317 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()585 getfstype(char *askfor, char *fsname, size_t fsnamelen) in getfstype() function