statfsbuf         330 arch/i386/stand/installboot/installboot.c 	struct statfs	statfsbuf;
statfsbuf         355 arch/i386/stand/installboot/installboot.c 	if (fstatfs(fd, &statfsbuf) != 0)
statfsbuf         358 arch/i386/stand/installboot/installboot.c 	if (strncmp(statfsbuf.f_fstypename, "ffs", MFSNAMELEN) &&
statfsbuf         359 arch/i386/stand/installboot/installboot.c 	    strncmp(statfsbuf.f_fstypename, "ufs", MFSNAMELEN) )