Home | History | Annotate | Download | only in efs

Lines Matching refs:efs

41 #include <fs/efs/efs.h>
42 #include <fs/efs/efs_sb.h>
43 #include <fs/efs/efs_dir.h>
44 #include <fs/efs/efs_genfs.h>
45 #include <fs/efs/efs_mount.h>
46 #include <fs/efs/efs_extent.h>
47 #include <fs/efs/efs_dinode.h>
48 #include <fs/efs/efs_inode.h>
49 #include <fs/efs/efs_subr.h>
51 MODULE(MODULE_CLASS_VFS, efs, NULL);
53 MALLOC_JUSTDEFINE(M_EFSMNT, "efsmnt", "efs mount structure");
54 MALLOC_JUSTDEFINE(M_EFSINO, "efsino", "efs in-core inode structure");
55 MALLOC_JUSTDEFINE(M_EFSTMP, "efstmp", "efs temporary allocations");
92 printf("efs: invalid superblock: %s\n", why);
101 printf("efs: filesystem is dirty (sb_dirty = 0x%x); please "
113 printf("efs: read of superblock replicant failed; "
126 printf("efs: superblock differs from "
141 printf("efs: cannot access all filesystem blocks; please run "
395 printf("efs: root inode (%lu) is not a directory!\n",
435 printf("efs: invalid mode 0x%x in inode %lu on mount %s\n",