Searched refs:ext2fs (Results 1 – 15 of 15) sorted by relevance
/openbsd/sys/conf/ |
H A D | files | 992 file ufs/ext2fs/ext2fs_alloc.c ext2fs 993 file ufs/ext2fs/ext2fs_balloc.c ext2fs 994 file ufs/ext2fs/ext2fs_bmap.c ext2fs 995 file ufs/ext2fs/ext2fs_bswap.c ext2fs 996 file ufs/ext2fs/ext2fs_extents.c ext2fs 997 file ufs/ext2fs/ext2fs_inode.c ext2fs 998 file ufs/ext2fs/ext2fs_lookup.c ext2fs 999 file ufs/ext2fs/ext2fs_readwrite.c ext2fs 1000 file ufs/ext2fs/ext2fs_subr.c ext2fs 1001 file ufs/ext2fs/ext2fs_vfsops.c ext2fs [all …]
|
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs.h | 106 struct ext2fs { struct 206 struct ext2fs e2fs; 389 void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);
|
H A D | ext2fs_bswap.c | 51 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap() 54 memcpy(new, old, sizeof(struct ext2fs)); in e2fs_sb_bswap()
|
H A D | ext2fs_vfsops.c | 68 static int e2fs_sbcheck(struct ext2fs *, int); 429 struct ext2fs *newfs; in ext2fs_reload() 453 newfs = (struct ext2fs *)bp->b_data; in ext2fs_reload() 487 struct ext2fs *fs; in ext2fs_mountfs() 524 fs = (struct ext2fs *)bp->b_data; in ext2fs_mountfs() 1037 e2fs_sbsave(&fs->e2fs, (struct ext2fs *) bp->b_data); in ext2fs_sbupdate() 1071 e2fs_sbcheck(struct ext2fs *fs, int ronly) in e2fs_sbcheck()
|
/openbsd/sbin/newfs_ext2fs/ |
H A D | Makefile | 6 .PATH: ${.CURDIR}/../../sys/ufs/ext2fs
|
H A D | mke2fs.c | 655 e2fs_sbsave(&sblock.e2fs, (struct ext2fs *)(iobuf + sboff)); in mke2fs() 686 e2fs_sbsave(&sblock.e2fs, (struct ext2fs *)(iobuf + sboff)); in initcg() 766 {offsetof(struct ext2fs, e2fs_magic) / 4, E2FS_MAGIC, 0xffff}, in zap_old_sblock() 767 {offsetof(struct ext2fs, e2fs_magic) / 4, in zap_old_sblock()
|
/openbsd/distrib/special/newfs_ext2fs/ |
H A D | Makefile | 5 .PATH: ${.CURDIR}/../../../sys/ufs/ext2fs
|
/openbsd/sbin/fsck_ext2fs/ |
H A D | Makefile | 7 .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
|
H A D | fsck.h | 61 struct ext2fs *b_fs; /* super block */
|
/openbsd/distrib/special/fsck_ext2fs/ |
H A D | Makefile | 12 .PATH: ${.CURDIR}/../../../sys/ufs/ext2fs
|
/openbsd/etc/ |
H A D | locate.rc | 23 FILESYSTEMS="ffs ufs ext2fs"
|
/openbsd/bin/df/ |
H A D | ext2fs_df.c | 53 struct ext2fs ie_fs;
|
/openbsd/gnu/usr.bin/cvs/emx/ |
H A D | README | 8 which support long filenames (like ext2fs or Netware FS with OS/2
|
/openbsd/distrib/loongson/ramdisk/ |
H A D | install.md | 38 mount -t ext2fs /dev/${_disk}i /mnt2
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 1446 ./usr/include/ufs/ext2fs 1447 ./usr/include/ufs/ext2fs/ext2fs.h 1448 ./usr/include/ufs/ext2fs/ext2fs_dinode.h 1449 ./usr/include/ufs/ext2fs/ext2fs_dir.h 1450 ./usr/include/ufs/ext2fs/ext2fs_extents.h 1451 ./usr/include/ufs/ext2fs/ext2fs_extern.h
|