Searched full:ext2 (Results 1 – 25 of 167) sorted by relevance
1234567
3 # Makefile for the linux ext2-filesystem routines.6 obj-$(CONFIG_EXT2_FS) += ext2.o8 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.o15 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o16 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
8 Ext2 is a standard Linux file system for hard disks.11 module will be called ext2.16 bool "Ext2 extended attributes"25 bool "Ext2 POSIX Access Control Lists"35 bool "Ext2 Security Labels"41 labels in the ext2 filesystem.
3 * linux/fs/ext2/symlink.c18 * ext2 symlink handling code21 #include "ext2.h"
3 * linux/fs/ext2/file.c16 * ext2 fs regular file handling primitives29 #include "ext2.h"82 * The lock ordering for ext2 DAX fault paths is:91 * is sufficient because ext2 doesn't support hole punching.117 * .huge_fault is not supported for DAX because allocation in ext2
3 * linux/fs/ext2/xattr_trusted.c9 #include "ext2.h"
3 * linux/fs/ext2/xattr_user.c11 #include "ext2.h"
3 * linux/fs/ext2/xattr_security.c7 #include "ext2.h"
150 printk ("EXT2-fs DEBUG (%s, %d): %s:", \166 /* First non-reserved inode for old ext2 filesystems */244 #define EXT2_RESERVED_FL FS_RESERVED_FL /* reserved for ext2 lib */568 /* Not used by ext2, but reserved for use by ext3 */586 * The new version of the directory entry. Since EXT2 structures are620 * ext2 mount options693 * ext2 source programs needs to include it so they are duplicated here.
3 * linux/fs/ext2/ioctl.c11 #include "ext2.h"
2 #include "ext2.h"
3 * linux/fs/ext2/namei.c11 * directory layout is in fs/ext2/dir.c - it turned out to be easily separatable36 #include "ext2.h"
8 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 has117 The first version of ext2 (revision 0) stores a copy at the start of135 All fields in the superblock (as in all other ext2 structures) are stored142 The inode (index node) is a fundamental concept in the ext2 filesystem.168 The flags field contains some ext2-specific flags which aren't catered190 The current implementation of ext2 uses a singly-linked list to store214 In ext2, there is a mechanism for reserving a certain number of blocks225 filesystems. The superblock of the ext2 filesystem contains several[all …]
26 Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.29 Enabling DAX on ext2 and erofs241 ext2: see Documentation/filesystems/ext2.rst
7 filesystems. The same general ideas should apply to ext2/3 filesystems42 Also see https://www.nongnu.org/ext2-doc/ for quite a collection of43 information about ext2/3. Here's another old reference:44 http://wiki.osdev.org/Ext2
126 - Upper 32-bits of file/directory size. In ext2/3 this field was named140 fields beyond the original ext2 inode, including this field.463 In ext2 and ext3, the inode structure size was fixed at 128 bytes467 space beyond the end of the original ext2 inode. The on-disk inode470 128-byte ext2 inode is recorded in the ``i_extra_isize`` field for each
125 adi,ext2-buffer-low-power:127 description: Whether to enable low-power buffered mode for the EXT2 pin.231 adi,ext2-burnout:233 description: Whether to enable burnout current for EXT2.235 adi,ext2-burnout-current-nanoamp:236 description: Burnout current in nanoamps to be applied to EXT2.240 adi,ext2-burnout-current-polarity-sourcing:243 When not present, the burnout current polarity for EXT2 is sinking.244 When present, the burnout current polarity for EXT2 is sourcing.
41 Unlike the change from ext2 filesystem to ext3 filesystem,64 bool "Use ext4 for ext2 file systems"69 Allow the ext4 file system driver code to be used for ext272 ext2, ext3, and ext4 file systems.
28 EXT1, EXT2, EXT4, EXT5, EXT6, enumerator41 INTC_IRQ(EXT1, IRQ_EXT1), INTC_IRQ(EXT2, IRQ_EXT2),49 0, EXT6, EXT5, EXT4, EXT2, EXT1, PSW, AX88796 } },
26 EXT0, EXT1, EXT2, EXT3, EXT4, EXT5, EXT6, EXT7, enumerator37 INTC_IRQ(EXT2, IRQ_EXT2), INTC_IRQ(EXT3, IRQ_EXT3),51 EXT7, EXT6, EXT5, EXT4, EXT3, EXT2, EXT1, EXT0 } },
385 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),402 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),420 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),439 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),456 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),473 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),490 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),507 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),522 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),537 MPP_FUNCTION(CONFIG_PMU | 0xd, "ext2-wakeup", NULL),[all …]
66 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the67 # ext2 driver, which doesn't know about journalling! Explicitly request ext269 obj-$(CONFIG_EXT2_FS) += ext2/
11 * linux/fs/ext2/file.c24 * ext2 fs regular file handling primitives
46 * ext2143 * Read block 1 to test for minix and ext2 superblock in identify_ramdisk_image()158 /* Try ext2 */ in identify_ramdisk_image()162 "RAMDISK: ext2 filesystem found at block %d\n", in identify_ramdisk_image()
66 - description: ext2 clock input85 - description: ext2 clock input
8 * Portions of this code from linux/fs/ext2/xattr.h10 * On-disk format of extended attributes for the ext2 filesystem.