Home
last modified time | relevance | path

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

/mirbsd/src/sys/conf/
Dfiles773 file ufs/ufs/ufs_bmap.c ffs | mfs | ext2fs
775 file ufs/ufs/ufs_ihash.c ffs | mfs | ext2fs
776 file ufs/ufs/ufs_inode.c ffs | mfs | ext2fs
777 file ufs/ufs/ufs_lookup.c ffs | mfs | ext2fs
778 file ufs/ufs/ufs_quota.c quota & ( ffs | mfs | ext2fs )
780 file ufs/ufs/ufs_vfsops.c ffs | mfs | ext2fs
781 file ufs/ufs/ufs_vnops.c ffs | mfs | ext2fs
782 file ufs/ext2fs/ext2fs_alloc.c ext2fs
783 file ufs/ext2fs/ext2fs_balloc.c ext2fs
784 file ufs/ext2fs/ext2fs_bmap.c ext2fs
[all …]
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs.h100 struct ext2fs { struct
146 struct ext2fs e2fs;
253 void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);
Dext2fs_bswap.c50 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap()
53 memcpy(new, old, sizeof(struct ext2fs)); in e2fs_sb_bswap()
Dext2fs_vfsops.c70 static int ext2fs_checksb(struct ext2fs *, int);
394 struct ext2fs *newfs;
420 newfs = (struct ext2fs *)bp->b_data;
485 register struct ext2fs *fs;
520 printf("ext2 sb size: %d\n", sizeof(struct ext2fs));
525 fs = (struct ext2fs *)bp->b_data;
533 e2fs_sbload((struct ext2fs*)bp->b_data, &ump->um_e2fs->e2fs);
1046 e2fs_sbsave(&fs->e2fs, (struct ext2fs *) bp->b_data);
1081 struct ext2fs *fs; in ext2fs_checksb()
/mirbsd/src/distrib/common/
Dlistadd.ext2fs1 # $MirOS: src/distrib/common/listadd.ext2fs,v 1.1 2010/01/17 00:35:10 tg Exp $
DMakefile.i3866 LISTADDS= boot-fd cd9660 dhclient disktools dl-noman ext2fs i386 \
DMakefile.i386-sshd6 LISTADDS= boot bridge cd9660 dhclient disktools ext2fs i386 isdn msdos \
DMakefile.i386-big6 LISTADDS= boot bridge cd9660 dhclient disktools ext2fs i386 isdn msdos \
DMakefile.netboot.me27 LISTADDS= boot bridge cd9660 dhclient disktools ext2fs i386 isdn msdos \
DMakefile.Grml27 LISTADDS= boot bridge cd9660 dhclient disktools ext2fs i386 isdn msdos \
/mirbsd/src/sbin/fsck_ext2fs/
DMakefile8 .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
Dfsck.h65 struct ext2fs *b_fs; /* super block */
/mirbsd/src/etc/
Dlocate.rc25 FILESYSTEMS="ffs ufs ext2fs"
/mirbsd/src/bin/df/
Dext2fs_df.c57 struct ext2fs ie_fs;
/mirbsd/src/usr.sbin/makefs/
DREADME22 ext2fs Linux EXT2 file system
/mirbsd/src/distrib/lists/base/dev/
Dmi1291 ./usr/include/ufs/ext2fs
1292 ./usr/include/ufs/ext2fs/ext2fs.h
1293 ./usr/include/ufs/ext2fs/ext2fs_dinode.h
1294 ./usr/include/ufs/ext2fs/ext2fs_dir.h
1295 ./usr/include/ufs/ext2fs/ext2fs_extern.h
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.612988 This seems to be the case with e.g. ext2fs, a somewhat popular fs.