filesystem
extern char *filesystem; /* name of the file system */
char *filesystem;
filesystem = dt->mnt_mountp;
filesystem = dt->mnt_mountp;
if (filesystem != 0)
(int)sizeof (spcl.c_host), spcl.c_host, filesystem);
struct fs filesystem, *fs; /* super block */
if (read(fd, &filesystem, SBSIZE) != SBSIZE) {
if (read(fd, &filesystem, sizeof (filesystem)) != sizeof (filesystem)) {
fs = &filesystem;
unknown_filesystem (const char *filesystem)
fprintf (stderr, "Unknown file system '%s'\n", filesystem);