Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/ext2/
A DMakefile6 obj-$(CONFIG_EXT2_FS) += ext2.o
8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
11 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
12 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
13 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
A DKconfig10 module will be called ext2.
40 labels in the ext2 filesystem.
/linux-6.3-rc2/Documentation/filesystems/
A Dext2.rst8 ext2 was originally released in January 1993. Written by R\'emy Card,
69 noquota option ls silently ignored by ext2.
75 ext2 shares many properties with traditional Unix filesystems. It has
117 The first version of ext2 (revision 0) stores a copy at the start of
225 filesystems. The superblock of the ext2 filesystem contains several
235 The compatibility feature mechanism used in ext2 is sophisticated.
287 flags to ext2 also needs to update e2fsck to verify these features.
292 It is frequently claimed that the ext2 implementation of writing
298 writes synchronous on ext2:
379 The kernel source file:/usr/src/linux/fs/ext2/
[all …]
A Dext3.rst11 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The
A Dindex.rst86 ext2
A Ddax.rst26 Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
29 Enabling DAX on ext2 and erofs
241 ext2: see Documentation/filesystems/ext2.rst
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.
/linux-6.3-rc2/Documentation/filesystems/ext4/
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:
A Dinodes.rst126 - Upper 32-bits of file/directory size. In ext2/3 this field was named
140 fields beyond the original ext2 inode, including this field.
463 In ext2 and ext3, the inode structure size was fixed at 128 bytes
467 space beyond the end of the original ext2 inode. The on-disk inode
470 128-byte ext2 inode is recorded in the ``i_extra_isize`` field for each
/linux-6.3-rc2/fs/ext4/
A DKconfig40 Unlike the change from ext2 filesystem to ext3 filesystem,
63 bool "Use ext4 for ext2 file systems"
68 Allow the ext4 file system driver code to be used for ext2
71 ext2, ext3, and ext4 file systems.
/linux-6.3-rc2/drivers/net/vmxnet3/
A Dvmxnet3_defs.h168 u32 ext2:1; member
178 u32 ext2:1; member
220 __le32 ext2; member
259 u32 ext2:1; member
277 u32 ext2:1;
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dimx8m-clock.yaml63 - description: ext2 clock input
82 - description: ext2 clock input
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dima_setup.sh46 mkfs.ext2 "${loop_device:?}"
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/addac/
A Dadi,ad74115.yaml124 adi,ext2-buffer-low-power:
231 adi,ext2-burnout:
235 adi,ext2-burnout-current-nanoamp:
241 adi,ext2-burnout-current-polarity-sourcing:
/linux-6.3-rc2/Documentation/power/
A Dtricks.rst14 * use ext2. At least it has working fsck. [If something seems to go
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-6.3-rc2/tools/testing/selftests/zram/
A Dzram_lib.sh244 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-h616-x96-mate.dts113 regulator-name = "vcc3v3-ext2";
/linux-6.3-rc2/fs/quota/
A DKconfig12 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
/linux-6.3-rc2/drivers/hwmon/
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-6.3-rc2/fs/
A DMakefile76 obj-$(CONFIG_EXT2_FS) += ext2/
/linux-6.3-rc2/Documentation/admin-guide/
A Dhighuid.rst47 - ext2
/linux-6.3-rc2/Documentation/kbuild/
A Dmodules.rst551 #fs/ext2/Makefile
552 obj-$(CONFIG_EXT2_FS) += ext2.o
554 ext2-y := balloc.o bitmap.o dir.o
555 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.c1155 struct nft_set_ext **ext2) argument
1186 *ext2 = &dup->ext;
1201 *ext2 = &dup->ext;
1258 *ext2 = &e->ext;
/linux-6.3-rc2/fs/reiserfs/
A DKconfig17 In general, ReiserFS is as fast as ext2, but is very efficient with

Completed in 41 milliseconds

123