Lines Matching defs:filesystem
214 #define filesystem fs_un.un_filesystem
216 struct fs filesystem, *fs; /* super block */
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 sepcific options\n");
4898 * Update the time in superblock, so fsck will check this filesystem.
4948 * log_get_header_info - get the basic info of the logging filesystem