| /Linux-v5.4/fs/ext2/ |
| D | Makefile | 6 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
|
| D | Kconfig | 8 module will be called ext2. 38 labels in the ext2 filesystem.
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | ext2.txt | 5 ext2 was originally released in January 1993. Written by R\'emy Card, 66 noquota option ls silently ignored by ext2. 72 ext2 shares many properties with traditional Unix filesystems. It has 114 The first version of ext2 (revision 0) stores a copy at the start of 132 All fields in the superblock (as in all other ext2 structures) are stored 139 The inode (index node) is a fundamental concept in the ext2 filesystem. 165 The flags field contains some ext2-specific flags which aren't catered 187 The current implementation of ext2 uses a singly-linked list to store 211 In ext2, there is a mechanism for reserving a certain number of blocks 222 filesystems. The superblock of the ext2 filesystem contains several [all …]
|
| D | ext3.txt | 9 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The
|
| D | romfs.txt | 16 comparison, an actual rescue disk used up 3202 blocks with ext2, while 32 flash, but with romfs, you can even spare off your ext2 or minix or 43 purpose, just because it won't fit into ext2.
|
| D | dax.txt | 77 - ext2: see Documentation/filesystems/ext2.txt
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | about.rst | 7 filesystems. The same general ideas should apply to ext2/3 filesystems 42 Also see http://www.nongnu.org/ext2-doc/ for quite a collection of 43 information about ext2/3. Here's another old reference:
|
| D | inodes.rst | 126 - 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-v5.4/fs/ext4/ |
| D | Kconfig | 45 Unlike the change from ext2 filesystem to ext3 filesystem, 68 bool "Use ext4 for ext2 file systems" 73 Allow the ext4 file system driver code to be used for ext2 76 ext2, ext3, and ext4 file systems.
|
| /Linux-v5.4/drivers/net/vmxnet3/ |
| D | vmxnet3_defs.h | 141 u32 ext2:1; member 151 u32 ext2:1; member 192 __le32 ext2; member 229 u32 ext2:1; member 245 u32 ext2:1;
|
| /Linux-v5.4/Documentation/power/ |
| D | tricks.rst | 14 * use ext2. At least it has working fsck. [If something seems to go
|
| D | swsusp-dmcrypt.rst | 54 from a pcmcia flash disk card. The card is formatted with an ext2 88 mount -t ext2 -o ro /dev/hde1 /mnt
|
| /Linux-v5.4/Documentation/process/ |
| D | kernel-docs.rst | 300 :Keywords: ext2, linux fs history, inode, directory, link, devices, 303 :Description: Paper written by three of the top ext2 hackers. 304 Covers Linux filesystems history, ext2 motivation, ext2 features, 421 :URL: http://teaching.csse.uwa.edu.au/units/CITS2002/fs-ext2/ 423 :Keywords: ext2, filesystem, ext2fs. 424 :Description: Description of ext2's blocks, directories, inodes,
|
| /Linux-v5.4/tools/testing/selftests/zram/ |
| D | zram_lib.sh | 202 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
|
| /Linux-v5.4/fs/quota/ |
| D | Kconfig | 13 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
|
| /Linux-v5.4/drivers/hwmon/ |
| D | lm85.c | 391 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-v5.4/fs/ |
| D | Makefile | 76 obj-$(CONFIG_EXT2_FS) += ext2/
|
| D | Kconfig | 23 source "fs/ext2/Kconfig" 28 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | highuid.rst | 47 - ext2
|
| /Linux-v5.4/fs/reiserfs/ |
| D | Kconfig | 12 In general, ReiserFS is as fast as ext2, but is very efficient with
|
| /Linux-v5.4/Documentation/kbuild/ |
| D | modules.rst | 565 #fs/ext2/Makefile 566 obj-$(CONFIG_EXT2_FS) += ext2.o 568 ext2-y := balloc.o bitmap.o dir.o 569 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o
|
| D | makefiles.rst | 226 #fs/ext2/Makefile 227 obj-$(CONFIG_EXT2_FS) += ext2.o 228 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \ 230 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o \ 234 part of the composite object ext2.o if $(CONFIG_EXT2_FS_XATTR) 239 kbuild will build an ext2.o file for you out of the individual 289 ext2 lives in a separate directory, and the Makefile present in fs/ 295 obj-$(CONFIG_EXT2_FS) += ext2/ 299 down in the ext2 directory.
|
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | marvell,dove-pinctrl.txt | 75 ext2-wakeup Pin is used for EXT0_WU
|
| /Linux-v5.4/Documentation/cdrom/ |
| D | packet-writing.rst | 97 to create an ext2 filesystem on the disc.
|
| /Linux-v5.4/Documentation/translations/ja_JP/ |
| D | SubmittingPatches | 533 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
|