Searched refs:ext2fs (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/sys/modules/ext2fs/
H A DMakefile3 .PATH: ${.CURDIR}/../../fs/ext2fs
4 KMOD= ext2fs
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_extents.c39 #include <fs/ext2fs/ext2_mount.h>
40 #include <fs/ext2fs/fs.h>
41 #include <fs/ext2fs/inode.h>
42 #include <fs/ext2fs/ext2fs.h>
43 #include <fs/ext2fs/ext2_extents.h>
44 #include <fs/ext2fs/ext2_extern.h>
H A Dext2_subr.c49 #include <fs/ext2fs/inode.h>
50 #include <fs/ext2fs/ext2_extern.h>
51 #include <fs/ext2fs/ext2fs.h>
52 #include <fs/ext2fs/fs.h>
53 #include <fs/ext2fs/ext2_extents.h>
54 #include <fs/ext2fs/ext2_mount.h>
55 #include <fs/ext2fs/ext2_dinode.h>
H A Dext2_balloc.c47 #include <fs/ext2fs/fs.h>
48 #include <fs/ext2fs/inode.h>
49 #include <fs/ext2fs/ext2fs.h>
50 #include <fs/ext2fs/ext2_dinode.h>
51 #include <fs/ext2fs/ext2_extern.h>
52 #include <fs/ext2fs/ext2_mount.h>
H A Dext2_inode_cnv.c35 #include <fs/ext2fs/fs.h>
36 #include <fs/ext2fs/inode.h>
37 #include <fs/ext2fs/ext2fs.h>
38 #include <fs/ext2fs/ext2_dinode.h>
39 #include <fs/ext2fs/ext2_extern.h>
H A Dext2_bmap.c48 #include <fs/ext2fs/inode.h>
49 #include <fs/ext2fs/fs.h>
50 #include <fs/ext2fs/ext2fs.h>
51 #include <fs/ext2fs/ext2_dinode.h>
52 #include <fs/ext2fs/ext2_extern.h>
53 #include <fs/ext2fs/ext2_mount.h>
H A Dext2_vfsops.c59 #include <fs/ext2fs/ext2_mount.h>
60 #include <fs/ext2fs/inode.h>
62 #include <fs/ext2fs/fs.h>
63 #include <fs/ext2fs/ext2fs.h>
64 #include <fs/ext2fs/ext2_dinode.h>
65 #include <fs/ext2fs/ext2_extern.h>
93 VFS_SET(ext2fs_vfsops, ext2fs, 0);
95 static int ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev,
98 struct ext2fs * e
[all...]
H A Dext2_inode.c50 #include <fs/ext2fs/inode.h>
51 #include <fs/ext2fs/ext2_mount.h>
52 #include <fs/ext2fs/ext2fs.h>
53 #include <fs/ext2fs/fs.h>
54 #include <fs/ext2fs/ext2_extern.h>
H A Dext2_hash.c61 #include <fs/ext2fs/htree.h>
62 #include <fs/ext2fs/inode.h>
63 #include <fs/ext2fs/ext2_mount.h>
64 #include <fs/ext2fs/ext2_extern.h>
H A Dinode.h46 #include <fs/ext2fs/ext2_extents.h>
H A Dext2_htree.c45 #include <fs/ext2fs/inode.h>
46 #include <fs/ext2fs/ext2_mount.h>
47 #include <fs/ext2fs/ext2fs.h>
48 #include <fs/ext2fs/fs.h>
49 #include <fs/ext2fs/ext2_extern.h>
50 #include <fs/ext2fs/ext2_dinode.h>
51 #include <fs/ext2fs/ext2_dir.h>
52 #include <fs/ext2fs/htree.h>
231 struct ext2fs *f
[all...]
H A Dext2fs.h43 * Super block for an ext2fs file system.
45 struct ext2fs { struct
124 struct ext2fs * e2fs;
224 /* Assume that user mode programs are passing in an ext2fs superblock, not
H A Dext2_alloc.c49 #include <fs/ext2fs/fs.h>
50 #include <fs/ext2fs/inode.h>
51 #include <fs/ext2fs/ext2_mount.h>
52 #include <fs/ext2fs/ext2fs.h>
53 #include <fs/ext2fs/ext2_extern.h>
148 static SYSCTL_NODE(_vfs, OID_AUTO, ext2fs, CTLFLAG_RW, 0, "EXT2FS filesystem");
H A Dext2_lookup.c58 #include <fs/ext2fs/inode.h>
59 #include <fs/ext2fs/ext2_mount.h>
60 #include <fs/ext2fs/ext2fs.h>
61 #include <fs/ext2fs/ext2_dinode.h>
62 #include <fs/ext2fs/ext2_dir.h>
63 #include <fs/ext2fs/ext2_extern.h>
76 while it is the native blocksize in ext2fs - thus, a #define
192 * "New" ext2fs directory entries differ in 3 ways
199 * "Old" ext2fs director
[all...]
H A Dext2_vnops.c79 #include <fs/ext2fs/fs.h>
80 #include <fs/ext2fs/inode.h>
81 #include <fs/ext2fs/ext2_extern.h>
82 #include <fs/ext2fs/ext2fs.h>
83 #include <fs/ext2fs/ext2_dinode.h>
84 #include <fs/ext2fs/ext2_dir.h>
85 #include <fs/ext2fs/ext2_mount.h>
380 /* Disallow flags not supported by ext2fs. */
/freebsd-9.3-release/sys/geom/label/
H A Dg_label_ext2fs.c72 G_LABEL_DEBUG(1, "ext2fs file system detected on %s.",
97 .ld_dir = "ext2fs",
101 G_LABEL_INIT(ext2fs, g_label_ext2fs, "Create device nodes for EXT2FS volumes");
/freebsd-9.3-release/share/man/man5/
H A DMakefile24 ext2fs.5 \
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c42 * Some Linux distributions have both linux/ext2_fs.h and ext2fs/ext2_fs.h.
49 #include <ext2fs/ext2_fs.h> /* for Linux file flags */
H A Darchive_entry.c49 * Some Linux distributions have both linux/ext2_fs.h and ext2fs/ext2_fs.h.
56 #include <ext2fs/ext2_fs.h> /* for Linux file flags */
/freebsd-9.3-release/lib/libstand/
H A Dext2fs.c111 "ext2fs",
170 * superblock describing ext2fs
228 struct ext2fs { struct
305 struct ext2fs *f_fs; /* pointer to super-block */
336 struct ext2fs *fs;
354 fs = (struct ext2fs *)malloc(sizeof(*fs));
500 struct ext2fs *fs = fp->f_fs;
561 struct ext2fs *fs = fp->f_fs;
603 struct ext2fs *fs = fp->f_fs;
703 struct ext2fs *f
[all...]
H A DMakefile158 SRCS+= dosfs.c ext2fs.c
/freebsd-9.3-release/sys/boot/userboot/libstand/
H A DMakefile163 SRCS+= dosfs.c ext2fs.c
/freebsd-9.3-release/sys/modules/
H A DMakefile487 _ext2fs= ext2fs
660 _ext2fs= ext2fs
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs.h731 #include <fs/ext2fs/ext2fs.h>
732 #include <fs/ext2fs/ext2_dinode.h>
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dwrite.c60 * Some Linux distributions have both linux/ext2_fs.h and ext2fs/ext2_fs.h.
68 #include <ext2fs/ext2_fs.h>

Completed in 226 milliseconds

12