/linux-4.4.14/fs/ext2/ |
D | Makefile | 5 obj-$(CONFIG_EXT2_FS) += ext2.o 7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \ 10 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o 11 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o 12 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
|
D | Kconfig | 7 module will be called ext2. 41 labels in the ext2 filesystem.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext2.txt | 5 ext2 was originally released in January 1993. Written by R\'emy Card, 62 grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2. 68 ext2 shares many properties with traditional Unix filesystems. It has 110 The first version of ext2 (revision 0) stores a copy at the start of 128 All fields in the superblock (as in all other ext2 structures) are stored 135 The inode (index node) is a fundamental concept in the ext2 filesystem. 161 The flags field contains some ext2-specific flags which aren't catered 183 The current implementation of ext2 uses a singly-linked list to store 207 In ext2, there is a mechanism for reserving a certain number of blocks 218 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 | dax.txt | 78 - ext2: the second extended filesystem, see Documentation/filesystems/ext2.txt
|
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 | logfs.txt | 126 corresponding to the 16 direct pointers in the inode. In ext2 (maybe 129 So where ext2 is using arithmetic to better utilize space, LogFS keeps
|
D | 00-INDEX | 58 ext2.txt
|
D | ubifs.txt | 60 It does not need stuff like fsck.ext2. UBIFS automatically replays its
|
D | exofs.txt | 182 The exofs file system is based on ext2 v0.5b (distributed with the Linux kernel
|
D | ramfs-rootfs-initramfs.txt | 42 (such as ext2) to format and interpret this data. 106 such as ext2, that needed a driver built into the kernel), while the new
|
D | btrfs.txt | 268 * btrfs-convert: in-place conversion from ext2/3/4 filesystems
|
D | hpfs.txt | 93 attribute named "SYMLINK" with symlink value. Like on ext2, you can chown and
|
D | porting | 155 isofs, ext2, ext3, resierfs, fat
|
D | ext4.txt | 32 git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
D | vfs.txt | 127 name: the name of the filesystem type, such as "ext2", "iso9660",
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 133 u32 ext2:1; member 143 u32 ext2:1; member 182 __le32 ext2; member 219 u32 ext2:1; member 235 u32 ext2:1;
|
/linux-4.4.14/fs/ext4/ |
D | Kconfig | 43 Unlike the change from ext2 filesystem to ext3 filesystem, 66 bool "Use ext4 for ext2 file systems" 71 Allow the ext4 file system driver code to be used for ext2 74 ext2, ext3, and ext4 file systems.
|
/linux-4.4.14/Documentation/power/ |
D | tricks.txt | 12 * use ext2. At least it has working fsck. [If something seems to go
|
D | swsusp-dmcrypt.txt | 52 from a pcmcia flash disk card. The card is formatted with an ext2 86 mount -t ext2 -o ro /dev/hde1 /mnt
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | zram_lib.sh | 208 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | GraphicsMaster | 43 utilized for either JFFS or if you're feeling crazy, running ext2
|
D | GraphicsClient | 87 utilized for either JFFS or if you're feeling crazy, running ext2
|
/linux-4.4.14/fs/quota/ |
D | Kconfig | 12 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
|
/linux-4.4.14/fs/ |
D | Makefile | 70 obj-$(CONFIG_EXT2_FS) += ext2/
|
D | Kconfig | 13 source "fs/ext2/Kconfig" 18 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
|
/linux-4.4.14/Documentation/ |
D | highuid.txt | 40 ext2
|
D | kernel-docs.txt | 241 Keywords: ext2, linux fs history, inode, directory, link, devices, 244 Description: Paper written by three of the top ext2 hackers. 245 Covers Linux filesystems history, ext2 motivation, ext2 features, 254 Keywords: ext2, filesystem, ext2fs. 255 Description: Description of ext2's blocks, directories, inodes, 264 capabilities added to ext2 by the author, showing different
|
D | initrd.txt | 139 # mount -t ext2 -o loop initrd /mnt
|
D | SubmittingPatches | 675 Subject: [PATCH 2/5] ext2: improve scalability of bitmap searching
|
/linux-4.4.14/drivers/hwmon/ |
D | lm85.c | 396 int ext2 = lm85_read_value(client, in lm85_update_device() local 398 int val = (ext1 << 8) + ext2; in lm85_update_device() 454 int ext2 = lm85_read_value(client, in lm85_update_device() local 464 data->in_ext[4] = ext2 >> 4; in lm85_update_device() 467 data->temp_ext[1] = ext2 & 0x0f; in lm85_update_device()
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 530 #fs/ext2/Makefile 531 obj-$(CONFIG_EXT2_FS) += ext2.o 533 ext2-y := balloc.o bitmap.o dir.o 534 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o
|
D | makefiles.txt | 210 #fs/ext2/Makefile 211 obj-$(CONFIG_EXT2_FS) += ext2.o 212 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \ 214 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o \ 218 part of the composite object ext2.o if $(CONFIG_EXT2_FS_XATTR) 223 kbuild will build an ext2.o file for you out of the individual 268 ext2 lives in a separate directory, and the Makefile present in fs/ 273 obj-$(CONFIG_EXT2_FS) += ext2/ 277 down in the ext2 directory.
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 11 In general, ReiserFS is as fast as ext2, but is very efficient with
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | capi.h | 62 unsigned ext2:1; /* extension */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,dove-pinctrl.txt | 75 ext2-wakeup Pin is used for EXT0_WU
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 310 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 90 to create an ext2 filesystem on the disc.
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 533 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
|
/linux-4.4.14/arch/arm/configs/ |
D | ezx_defconfig | 28 CONFIG_CMDLINE="console=tty1 root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 ip=192.168.0.202:192.1…
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 412 * Tried to niceify the code using the ext2 fs as a guide
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2009 filesystem other than ext2. 3049 $13 = "fsck.ext2\000\000\000\000\000\000" 3841 be an ext2 filesystem.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 382 Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server)
|
/linux-4.4.14/ |
D | CREDITS | 2270 D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB,
|
D | MAINTAINERS | 4215 F: Documentation/filesystems/ext2.txt 4216 F: fs/ext2/ 4217 F: include/linux/ext2*
|