Searched full:ext2 (Results 1 – 25 of 327) sorted by relevance
12345678910>>...14
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 \11 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o12 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o13 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
5 Ext2 is a standard Linux file system for hard disks.8 module will be called ext2.13 bool "Ext2 extended attributes"22 bool "Ext2 POSIX Access Control Lists"32 bool "Ext2 Security Labels"38 labels in the ext2 filesystem.
3 * linux/fs/ext2/file.c16 * ext2 fs regular file handling primitives28 #include "ext2.h"80 * The lock ordering for ext2 DAX fault paths is:89 * is sufficient because ext2 doesn't support hole punching.116 * .huge_fault is not supported for DAX because allocation in ext2
3 * linux/fs/ext2/symlink.c18 * ext2 symlink handling code21 #include "ext2.h"
3 * linux/fs/ext2/xattr_trusted.c9 #include "ext2.h"
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/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
7 ext2 was originally released in January 1993. Written by R\'emy Card,70 noquota option ls silently ignored by ext2.76 ext2 shares many properties with traditional Unix filesystems. It has118 The first version of ext2 (revision 0) stores a copy at the start of136 All fields in the superblock (as in all other ext2 structures) are stored143 The inode (index node) is a fundamental concept in the ext2 filesystem.169 The flags field contains some ext2-specific flags which aren't catered191 The current implementation of ext2 uses a singly-linked list to store215 In ext2, there is a mechanism for reserving a certain number of blocks226 filesystems. The superblock of the ext2 filesystem contains several[all …]
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 …]
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
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.
40 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 ext271 ext2, ext3, and ext4 file systems.
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 …]
69 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the70 # ext2 driver, which doesn't know about journalling! Explicitly request ext272 obj-$(CONFIG_EXT2_FS) += ext2/
76 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the77 # ext2 driver, which doesn't know about journalling! Explicitly request ext279 obj-$(CONFIG_EXT2_FS) += ext2/