HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/lib/libsa/
ext2fs.h 1 /* $NetBSD: ext2fs.h,v 1.1 2007/12/01 18:06:22 tsutsui Exp $ */
34 FS_DEF(ext2fs);
ext2fs.c 1 /* $NetBSD: ext2fs.c,v 1.34 2022/04/29 07:42:07 rin Exp $ */
93 #include <ufs/ext2fs/ext2fs_dinode.h>
94 #include <ufs/ext2fs/ext2fs_dir.h>
95 #include <ufs/ext2fs/ext2fs.h>
103 #include "ext2fs.h"
415 struct ext2fs ext2fs; local in function:read_sblock
427 e2fs_sbload((void *)sbbuf, &ext2fs);
428 if (ext2fs.e2fs_magic != E2FS_MAGIC
    [all...]
  /src/sys/arch/i386/stand/bootxx/bootxx_ext2fs/
Makefile 3 FS=ext2fs
  /src/distrib/syspkg/sets/base/base-ext2fs-root/
Makefile 3 PKGBASE=base-ext2fs-root
  /src/distrib/syspkg/sets/man/man-ext2fs-catman/
Makefile 3 PKGBASE=man-ext2fs-catman
  /src/distrib/syspkg/sets/man/man-ext2fs-man/
Makefile 3 PKGBASE=man-ext2fs-man
  /src/sys/ufs/ext2fs/
Makefile 3 INCSDIR= /usr/include/ufs/ext2fs
5 INCS= ext2fs.h ext2fs_dinode.h ext2fs_dir.h ext2fs_extents.h ext2fs_extern.h
ext2fs_subr.c 32 * Modified for ext2fs by Manuel Bouyer.
59 * Modified for ext2fs by Manuel Bouyer.
73 #include <ufs/ext2fs/ext2fs.h>
74 #include <ufs/ext2fs/ext2fs_extern.h>
ext2fs_bswap.c 32 #include <ufs/ext2fs/ext2fs.h>
33 #include <ufs/ext2fs/ext2fs_dinode.h>
44 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new)
48 memcpy(new, old, sizeof(struct ext2fs));
ext2fs_extents.c 28 * $FreeBSD: head/sys/fs/ext2fs/ext2_extents.c 295523 2016-02-11 15:27:14Z pfg $
52 #include <ufs/ext2fs/ext2fs.h>
53 #include <ufs/ext2fs/ext2fs_extents.h>
54 #include <ufs/ext2fs/ext2fs_extern.h>
  /src/sys/ufs/
Makefile 3 SUBDIR= ffs lfs mfs ufs ext2fs
  /src/usr.sbin/puffs/rump_ext2fs/
Makefile 6 MOUNTNAME= ext2fs
  /src/sbin/fsck_ext2fs/
pass3.c 67 #include <ufs/ext2fs/ext2fs_dinode.h>
68 #include <ufs/ext2fs/ext2fs.h>
pass1b.c 67 #include <ufs/ext2fs/ext2fs_dinode.h>
68 #include <ufs/ext2fs/ext2fs.h>
pass4.c 67 #include <ufs/ext2fs/ext2fs_dinode.h>
68 #include <ufs/ext2fs/ext2fs.h>
Makefile 13 .PATH: ${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}
  /src/sys/arch/zaurus/stand/zboot/
conf.c 32 #include <lib/libsa/ext2fs.h>
49 FS_OPS(ext2fs),
  /src/sys/modules/ext2fs/
Makefile 5 .PATH: ${S}/ufs/ext2fs
7 KMOD= ext2fs
  /src/sys/arch/cobalt/stand/boot/
conf.c 44 #include <ext2fs.h>
67 FS_OPS(ext2fs),
  /src/sys/rump/fs/lib/libext2fs/
Makefile 4 .PATH: ${.CURDIR}/../../../../ufs/ext2fs
  /src/sbin/newfs_ext2fs/
Makefile 21 .PATH: ${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}
  /src/sys/arch/i386/stand/boot/
conf.c 37 #include <lib/libsa/ext2fs.h>
70 FS_OPS(ext2fs),
  /src/sys/arch/i386/stand/efiboot/
conf.c 35 #include <lib/libsa/ext2fs.h>
100 FS_OPS(ext2fs),
  /src/tests/fs/common/
h_fsmacros.h 52 FSPROTOS(ext2fs);
172 ATF_TC_FSADD(ext2fs,MOUNT_EXT2FS,func,desc) \
187 ATF_TP_FSADD(ext2fs,func); \
214 ATF_TC_FSADD_RO(ext2fs,MOUNT_EXT2FS,func,desc,gen) \
225 ATF_TP_FSADD(ext2fs,func); \
266 (strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "ext2fs") == 0)
  /src/sys/arch/evbarm/stand/boot2440/
devopen.c 38 #include <lib/libsa/ext2fs.h>
63 struct fs_ops ops_ext2fs = FS_OPS(ext2fs);

Completed in 24 milliseconds

1 2 3