Home
last modified time | relevance | path

Searched full:ext2 (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/tests/sys/fs/fusefs/
H A Dctl.sh30 # Almost any fuse file system would work, but this tests uses fusefs-ext2
37 atf_set "require.progs" "fuse-ext2 mkfs.ext2"
43 atf_check truncate -s 1g ext2.img
44 atf_check mkfs.ext2 -q ext2.img
46 atf_check fuse-ext2 -o default_permissions,allow_other,rw+ ext2.img \
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml125 adi,ext2-buffer-low-power:
127 description: Whether to enable low-power buffered mode for the EXT2 pin.
231 adi,ext2-burnout:
233 description: Whether to enable burnout current for EXT2.
235 adi,ext2-burnout-current-nanoamp:
236 description: Burnout current in nanoamps to be applied to EXT2.
240 adi,ext2-burnout-current-polarity-sourcing:
243 When not present, the burnout current polarity for EXT2 is sinking.
244 When present, the burnout current polarity for EXT2 is sourcing.
/freebsd/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh97 atf_test_case ext2
99 atf_set "descr" "fstyp(8) can detect ext2 filesystems"
102 bzcat $(atf_get_srcdir)/ext2.img.bz2 > ext2.img
103 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img
104 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img
275 atf_add_test_case ext2
H A DMakefile7 ${PACKAGE}FILES+= ext2.img.bz2
/freebsd/contrib/netbsd-tests/lib/libprop/
H A Dt_basic.c149 char *ext2; in ATF_TC_BODY() local
153 ext2 = prop_dictionary_externalize(dict2); in ATF_TC_BODY()
154 ATF_REQUIRE(ext2 != NULL); in ATF_TC_BODY()
155 ATF_REQUIRE_STREQ(ext1, ext2); in ATF_TC_BODY()
157 free(ext2); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.kshlib76 # $1 test type zfs|ufs|ext2
78 # $3 mntp for ufs|ext2 test
94 "ext2")
96 log_unsupported "ext2 test not implemented for freebsd"
/freebsd/crypto/heimdal/lib/hdb/
H A Dext.c88 HDB_extension *ext2; in hdb_replace_extension() local
92 ext2 = NULL; in hdb_replace_extension()
101 ext2 = hdb_find_extension(entry, ext->data.element); in hdb_replace_extension()
145 ext2 = ext3; in hdb_replace_extension()
151 if (ext2) { in hdb_replace_extension()
152 free_HDB_extension(ext2); in hdb_replace_extension()
153 ret = copy_HDB_extension(ext, ext2); in hdb_replace_extension()
/freebsd/share/man/man5/
H A Dext2fs.5
/freebsd/sys/fs/ext2fs/
H A Dext2_inode_cnv.c27 * routines to convert on disk ext2 inodes into inodes and back
142 * raw ext2 inode LE to host inode conversion
161 * unused - according to ext2 standards. Ufs marks this fact by in ext2_ei2i()
251 * inode to raw ext2 LE inode conversion
269 * Godmar thinks: if dtime is nonzero, ext2 says this inode has been in ext2_i2ei()
H A Dext2_dir.h59 * The new version of the directory entry. Since EXT2 structures are
93 * Ext2 directory file types. Only the low 3 bits are used. The
H A Dext2_vfsops.c91 MALLOC_DEFINE(M_EXT2NODE, "ext2_node", "EXT2 vnode private part");
92 static MALLOC_DEFINE(M_EXT2MNT, "ext2_mount", "EXT2 mount structure");
690 /* Initialization for the ext2 Orlov allocator variant. */ in ext2_compute_sb_data()
758 * constants have been adjusted for ext2 in ext2_reload()
1251 /* convert ext2 inode to dinode */ in ext2_vget()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dimx8m-clock.yaml67 - description: ext2 clock input
86 - description: ext2 clock input
H A Dimx8mm-clock.yaml28 - description: ext2 clock input
H A Dimx8mn-clock.yaml28 - description: ext2 clock input
H A Dimx8mp-clock.yaml28 - description: ext2 clock input
H A Dimx8mq-clock.yaml29 - description: ext2 clock input
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_decoder_function.c224 uint8_t opc, ext, ext2; in pt_df_fetch() local
367 ext2 = *pos++; in pt_df_fetch()
368 switch (ext2) { in pt_df_fetch()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl75 .eval 8,EXT2
84 .eval 24-EXT2,EXT2
155 || EXTU $s[2],EXT2,24,$Te2[2]
156 || EXTU $s[3],EXT2,24,$Te2[3]
163 || EXTU $s[0],EXT2,24,$Te2[0]
164 || EXTU $s[1],EXT2,24,$Te2[1]
227 || EXTU $s[2],EXT2,24,$Te2[2]
228 || EXTU $s[3],EXT2,24,$Te2[3]
243 || EXTU $s[0],EXT2,24,$Te2[0]
244 || EXTU $s[1],EXT2,24,$Te2[1]
[all …]
/freebsd/contrib/dialog/samples/install/
H A Dsetup.c219 fprintf(f, "%s / ext2 defaults 1 1\n", install_partition); in extract_packages()
242 if (my_system("mount -t ext2 %s /source %s", name, null)) in install_harddisk()
295 if (my_system("mount -t ext2 %s /install %s", name, null)) in main_install()
/freebsd/sys/contrib/openzfs/
H A Dcopy-builtin46 sed -i '/source "fs\/ext2\/Kconfig\"/i\source "fs/zfs/Kconfig"' "$KERNEL_DIR/fs/Kconfig"
/freebsd/usr.sbin/fstyp/
H A Dfstyp.843 It can recognize BeFS (BeOS), ISO-9660, exFAT, Ext2, FAT, NTFS, and UFS filesystems.
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def95 HANDLE_MP_FIX_LEN(0x02, Ext2)
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h616-orangepi-zero2.dts70 regulator-name = "vcc3v3-ext2";
H A Dsun50i-h616-x96-mate.dts118 regulator-name = "vcc3v3-ext2";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td58 (extOpcode $ext2, $src2),
59 (opcode $dst, $ext1, $ext2):$root,

123