Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
DMakefile5 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
DKconfig7 module will be called ext2.
41 labels in the ext2 filesystem.
/linux-4.4.14/Documentation/filesystems/
Dext2.txt5 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 …]
Dext3.txt9 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The
Ddax.txt78 - ext2: the second extended filesystem, see Documentation/filesystems/ext2.txt
Dromfs.txt16 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.
Dlogfs.txt126 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
D00-INDEX58 ext2.txt
Dubifs.txt60 It does not need stuff like fsck.ext2. UBIFS automatically replays its
Dexofs.txt182 The exofs file system is based on ext2 v0.5b (distributed with the Linux kernel
Dramfs-rootfs-initramfs.txt42 (such as ext2) to format and interpret this data.
106 such as ext2, that needed a driver built into the kernel), while the new
Dbtrfs.txt268 * btrfs-convert: in-place conversion from ext2/3/4 filesystems
Dhpfs.txt93 attribute named "SYMLINK" with symlink value. Like on ext2, you can chown and
Dporting155 isofs, ext2, ext3, resierfs, fat
Dext4.txt32 git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
Dvfs.txt127 name: the name of the filesystem type, such as "ext2", "iso9660",
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_defs.h133 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/
DKconfig43 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/
Dtricks.txt12 * use ext2. At least it has working fsck. [If something seems to go
Dswsusp-dmcrypt.txt52 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/
Dzram_lib.sh208 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
/linux-4.4.14/Documentation/arm/SA1100/
DGraphicsMaster43 utilized for either JFFS or if you're feeling crazy, running ext2
DGraphicsClient87 utilized for either JFFS or if you're feeling crazy, running ext2
/linux-4.4.14/fs/quota/
DKconfig12 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
/linux-4.4.14/fs/
DMakefile70 obj-$(CONFIG_EXT2_FS) += ext2/
DKconfig13 source "fs/ext2/Kconfig"
18 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
/linux-4.4.14/Documentation/
Dhighuid.txt40 ext2
Dkernel-docs.txt241 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
Dinitrd.txt139 # mount -t ext2 -o loop initrd /mnt
DSubmittingPatches675 Subject: [PATCH 2/5] ext2: improve scalability of bitmap searching
/linux-4.4.14/drivers/hwmon/
Dlm85.c396 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/
Dmodules.txt530 #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
Dmakefiles.txt210 #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/
DKconfig11 In general, ReiserFS is as fast as ext2, but is very efficient with
/linux-4.4.14/drivers/isdn/act2000/
Dcapi.h62 unsigned ext2:1; /* extension */ member
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dmarvell,dove-pinctrl.txt75 ext2-wakeup Pin is used for EXT0_WU
/linux-4.4.14/Documentation/zh_CN/
DSubmittingPatches310 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
/linux-4.4.14/Documentation/cdrom/
Dpacket-writing.txt90 to create an ext2 filesystem on the disc.
/linux-4.4.14/Documentation/ja_JP/
DSubmittingPatches533 Subject: [patch 2/5] ext2: improve scalability of bitmap searching
/linux-4.4.14/arch/arm/configs/
Dezx_defconfig28 CONFIG_CMDLINE="console=tty1 root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 ip=192.168.0.202:192.1…
/linux-4.4.14/fs/befs/
DChangeLog412 * Tried to niceify the code using the ext2 fs as a guide
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2009 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/
DCHANGES382 Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server)
/linux-4.4.14/
DCREDITS2270 D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB,
DMAINTAINERS4215 F: Documentation/filesystems/ext2.txt
4216 F: fs/ext2/
4217 F: include/linux/ext2*