Searched defs:filesystem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c115 unknown_filesystem (const char *filesystem) argument
118 fprintf (stderr, "Unknown file system '%s'\n", filesystem);
997 char errstr[] = "mount: unknown filesystem type";
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h116 char *filesystem; /* name of the file system */ variable
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c214 #define filesystem fs_un.un_filesystem macro
216 struct fs filesystem, *fs; /* super block */ variable in typeref:struct:fs
504 if (read(fd, &filesystem, SBSIZE) != SBSIZE) {
509 if (read(fd, &filesystem, sizeof (filesystem)) != sizeof (filesystem)) {
515 fs = &filesystem;
632 * number of inodes(objects) in the filesystem and the number of
646 * in the filesystem then, back off to the old fixed
1863 printf("\t-o Specify ufs filesystem sepcifi
[all...]

Completed in 81 milliseconds