Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/ext2/
H A DMakefile6 obj-$(CONFIG_EXT2_FS) += ext2.o
8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
14 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
15 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
16 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
H A Dtrace.h4 #define TRACE_SYSTEM ext2
/linux/Documentation/filesystems/ext4/
H A Dabout.rst7 filesystems. The same general ideas should apply to ext2/3 filesystems
42 Also see https://www.nongnu.org/ext2-doc/ for quite a collection of
43 information about ext2/3. Here's another old reference:
H A Dgroup_descr.rst29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the
H A Ddirectory.rst199 backwards read-only compatibility with ext2, interior tree nodes are actually
207 directory. By ext2 custom, the '.' and '..' entries must appear at the
H A Difork.rst21 In ext2/3, file block numbers were mapped to logical block numbers by
/linux/fs/ext4/
H A DKconfig13 Unlike the change from ext2 filesystem to ext3 filesystem,
36 bool "Use ext4 for ext2 file systems"
41 Allow the ext4 file system driver code to be used for ext2
44 ext2, ext3, and ext4 file systems.
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h172 u32 ext2:1; member
182 u32 ext2:1; member
224 __le32 ext2; member
281 u32 ext2:1; member
299 u32 ext2:1;
/linux/Documentation/filesystems/
H A Dext3.rst11 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The
H A Dromfs.rst20 comparison, an actual rescue disk used up 3202 blocks with ext2, while
36 flash, but with romfs, you can even spare off your ext2 or minix or
47 purpose, just because it won't fit into ext2.
H A Dubifs.rst66 It does not need stuff like fsck.ext2. UBIFS automatically replays its
/linux/tools/testing/selftests/bpf/
H A Dima_setup.sh46 mkfs.ext2 "${loop_device:?}"
/linux/Documentation/power/
H A Dtricks.rst14 * use ext2. At least it has working fsck. [If something seems to go
H A Dswsusp-dmcrypt.rst54 from a pcmcia flash disk card. The card is formatted with an ext2
88 mount -t ext2 -o ro /dev/hde1 /mnt
/linux/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst58 与 JFFS2 类似,UBIFS 能容忍异常重启和断电。它不需要类似 fsck.ext2 的工
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616-orangepi-zero2.dts74 regulator-name = "vcc3v3-ext2";
H A Dsun50i-h616-x96-mate.dts129 regulator-name = "vcc3v3-ext2";
/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh244 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
/linux/drivers/hwmon/
H A Dlm85.c391 int ext2 = lm85_read_value(client, in lm85_update_device() local
393 int val = (ext1 << 8) + ext2; in lm85_update_device()
449 int ext2 = lm85_read_value(client, in lm85_update_device() local
459 data->in_ext[4] = ext2 >> 4; in lm85_update_device()
462 data->temp_ext[1] = ext2 & 0x0f; in lm85_update_device()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt75 ext2-wakeup Pin is used for EXT0_WU
/linux/fs/
H A DKconfig35 source "fs/ext2/Kconfig"
40 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
/linux/Documentation/filesystems/iomap/
H A Dporting.rst28 as ext2, but is very inefficient for extent-based filesystems such
/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst504 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst500 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches560 Subject: [patch 2/5] ext2: improve scalability of bitmap searching

12