Home
last modified time | relevance | path

Searched refs:ext2fs (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/vfs/ext2fs/
H A Dext2_vfsops.c68 SDT_PROVIDER_DECLARE(ext2fs);
115 VFS_SET(ext2fs_vfsops, ext2fs, VFCF_MPSAFE);
116 MODULE_VERSION(ext2fs, 1);
121 struct ext2fs * es, struct m_ext2fs * fs);
787 struct ext2fs *es; in ext2_reload()
813 es = (struct ext2fs *)bp->b_data; in ext2_reload()
819 bcopy(bp->b_data, fs->e2fs, sizeof(struct ext2fs)); in ext2_reload()
864 struct ext2fs *es; in ext2_mountfs()
906 es = (struct ext2fs *)bp->b_data; in ext2_mountfs()
932 ump->um_e2fs->e2fs = malloc(sizeof(struct ext2fs), in ext2_mountfs()
[all …]
H A Dext2_alloc.c60 SDT_PROVIDER_DEFINE(ext2fs);
66 SDT_PROBE_DEFINE2(ext2fs, , alloc, trace, "int", "char*");
67 SDT_PROBE_DEFINE3(ext2fs, , alloc, ext2_reallocblks_realloc,
314 SDT_PROBE3(ext2fs, , alloc, ext2_reallocblks_realloc, in ext2_reallocblks()
327 SDT_PROBE1(ext2fs, , alloc, ext2_reallocblks_bap, *bap); in ext2_reallocblks()
470 SDT_PROBE2(ext2fs, , alloc, trace, 1, "out of inodes"); in ext2_valloc()
952 SDT_PROBE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, in ext2_b_bitmap_validate()
960 SDT_PROBE2(ext2fs, , alloc, ext2_b_bitmap_validate_error, in ext2_b_bitmap_validate()
1364 SDT_PROBE3(ext2fs, , alloc, in ext2_nodealloccg()
1415 SDT_PROBE2(ext2fs, , alloc, ext2_blkfree_bad_block, in ext2_blkfree()
[all …]
H A Dext2_csum.c52 SDT_PROVIDER_DECLARE(ext2fs);
58 SDT_PROBE_DEFINE2(ext2fs, , trace, csum, "int", "char*");
97 offsetof(struct ext2fs, e4fs_sbchksum))) { in ext2_sb_csum_verify()
102 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_verify()
115 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_set()
315 SDT_PROBE2(ext2fs, , trace, csum, 1, "bad directory csum detected"); in ext2_dir_blk_csum_verify()
408 SDT_PROBE2(ext2fs, , trace, csum, 1, "bad extent csum detected"); in ext2_extent_blk_csum_verify()
454 SDT_PROBE2(ext2fs, , trace, csum, 1, "bad inode bitmap csum detected"); in ext2_gd_i_bitmap_csum_verify()
495 SDT_PROBE2(ext2fs, , trace, csum, 1, "bad block bitmap csum detected"); in ext2_gd_b_bitmap_csum_verify()
592 SDT_PROBE2(ext2fs, , trace, csum, 1, "bad inode csum"); in ext2_ei_csum_verify()
H A Dext2_inode_cnv.c43 SDT_PROVIDER_DECLARE(ext2fs);
49 SDT_PROBE_DEFINE2(ext2fs, , trace, inode_cnv, "int", "char*");
119 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "bad inode number"); in ext2_ei2i()
133 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "root inode invalid"); in ext2_ei2i()
142 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, in ext2_ei2i()
253 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "i_blocks value is out of range"); in ext2_i2ei()
H A Dext2_extents.c52 SDT_PROVIDER_DECLARE(ext2fs);
58 SDT_PROBE_DEFINE2(ext2fs, , trace, extents, "int", "char*");
H A Dext2_hash.c70 SDT_PROVIDER_DECLARE(ext2fs);
76 SDT_PROBE_DEFINE2(ext2fs, , trace, hash, "int", "char*");
311 SDT_PROBE2(ext2fs, , trace, hash, 1, "unexpected hash version"); in ext2_htree_hash()
H A Dext2_htree.c58 SDT_PROVIDER_DECLARE(ext2fs);
64 SDT_PROBE_DEFINE2(ext2fs, , trace, htree, "int", "char*");
250 ext2_get_hash_seed(struct ext2fs* es, uint32_t* seed) in ext2_get_hash_seed()
263 struct ext2fs *fs; in ext2_htree_find_leaf()
672 struct ext2fs *fs; in ext2_htree_create_index()
784 struct ext2fs *fs; in ext2_htree_add_entry()
846 SDT_PROBE2(ext2fs, , trace, htree, 1, in ext2_htree_add_entry()
H A Dext2_lookup.c70 SDT_PROVIDER_DECLARE(ext2fs);
76 SDT_PROBE_DEFINE2(ext2fs, , lookup, trace, "int", "char*");
77 SDT_PROBE_DEFINE4(ext2fs, , trace, ext2_dirbad_error,
79 SDT_PROBE_DEFINE5(ext2fs, , trace, ext2_dirbadentry_error,
782 SDT_PROBE4(ext2fs, , trace, ext2_dirbad_error, in ext2_dirbad()
813 SDT_PROBE5(ext2fs, , trace, ext2_dirbadentry_error, in ext2_check_direntry()
1245 SDT_PROBE2(ext2fs, , lookup, trace, 1, in ext2_checkpath()
H A DMakefile1 KMOD= ext2fs
H A Dext2fs.h47 struct ext2fs { struct
155 struct ext2fs * e2fs; argument
H A Dext2_vnops.c95 SDT_PROVIDER_DECLARE(ext2fs);
101 SDT_PROBE_DEFINE2(ext2fs, , vnops, trace, "int", "char*");
727 SDT_PROBE2(ext2fs, , vnops, trace, 1, in ext2_rename()
/dragonfly/lib/libfsid/
H A Dext2.c44 static char buffer[sizeof(struct ext2fs)*2];
49 static struct ext2fs *fs; in ext2_probe()
54 fs = (struct ext2fs *)&buffer; in ext2_probe()
65 static struct ext2fs *fs; in ext2_volname()
70 fs = (struct ext2fs *)&buffer; in ext2_volname()
/dragonfly/stand/lib/
H A Dext2fs.c221 struct ext2fs { struct
298 struct ext2fs *f_fs; /* pointer to super-block */
329 struct ext2fs *fs; in ext2fs_open()
347 fs = (struct ext2fs *)malloc(sizeof(*fs)); in ext2fs_open()
493 struct ext2fs *fs = fp->f_fs; in ext2fs_open()
554 struct ext2fs *fs = fp->f_fs; in read_inode()
595 struct ext2fs *fs = fp->f_fs; in block_map()
695 struct ext2fs *fs = fp->f_fs; in buf_read_file()
H A DMakefile114 SRCS+= dosfs.c ext2fs.c
/dragonfly/sys/vfs/
H A DMakefile6 nullfs hammer tmpfs autofs ext2fs fuse
/dragonfly/usr.bin/fstat/
H A DMakefile5 SRCS= cd9660.c ext2fs.c fstat.c hammer.c hammer2.c msdosfs.c ntfs.c tmpfs.c
/dragonfly/usr.sbin/fstyp/
H A DMakefile2 SRCS= apfs.c befs.c cd9660.c exfat.c ext2fs.c fstyp.c hfsplus.c msdosfs.c ntfs.c ufs.c hammer.c ham…
/dragonfly/share/man/man5/
H A DMakefile18 ext2fs.5 \
/dragonfly/etc/mtree/
H A DBSD.include.dist443 ext2fs
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod25 The filesystem image created is an ext2fs filesystem, hence your kernel must have
26 ext2fs built into it statically in order to boot to the image.
/dragonfly/sys/conf/
H A Dfiles1312 vfs/ext2fs/ext2_alloc.c optional ext2fs
1313 vfs/ext2fs/ext2_balloc.c optional ext2fs
1314 vfs/ext2fs/ext2_bmap.c optional ext2fs
1315 vfs/ext2fs/ext2_csum.c optional ext2fs
1317 vfs/ext2fs/ext2_hash.c optional ext2fs
1318 vfs/ext2fs/ext2_htree.c optional ext2fs
1319 vfs/ext2fs/ext2_ihash.c optional ext2fs
1320 vfs/ext2fs/ext2_inode.c optional ext2fs
1322 vfs/ext2fs/ext2_lookup.c optional ext2fs
1323 vfs/ext2fs/ext2_subr.c optional ext2fs
[all …]
/dragonfly/include/
H A DMakefile101 vfs/autofs vfs/fuse vfs/tmpfs vfs/ext2fs
/dragonfly/sys/config/
H A DLINT64546 # careful with this - the ext2fs code has a tendency to lag behind
/dragonfly/
H A DMakefile_upgrade.inc2096 TO_REMOVE+=/usr/include/gnu/vfs/ext2fs/ext2mount.h
2118 TO_REMOVE+=/usr/include/gnu/vfs/ext2fs/i386-bitops.h