Searched refs:ffs_fstype (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sbin/mount/
H A Dmount.c102 static const char ffs_fstype[] = "ffs"; variable
123 vfstype = ffs_fstype;
301 vfstype = ffs_fstype;
445 if (vfstype == ffs_fstype && statvfs(name, &sf) != -1)

Completed in 75 milliseconds