Home
last modified time | relevance | path

Searched refs:ext4 (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/fs/ext4/
H A DMakefile3 # Makefile for the linux ext4-filesystem routines.
6 obj-$(CONFIG_EXT4_FS) += ext4.o
8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
15 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
16 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
17 ext4-inode-test-objs += inode-test.o
18 obj-$(CONFIG_EXT4_KUNIT_TESTS) += ext4-inode-test.o
19 ext4-$(CONFIG_FS_VERITY) += verity.o
20 ext4-$(CONFIG_FS_ENCRYPTION) += crypto.o
H A Dfsync.c3 * linux/fs/ext4/fsync.c
33 #include "ext4.h"
36 #include <trace/events/ext4.h>
H A Dext4_jbd2.c3 * Interface between ext4 and JBD
8 #include <trace/events/ext4.h>
257 * The ext4 forget function must perform a revoke if we are freeing data
H A Dsysfs.c3 * linux/fs/ext4/sysfs.c
18 #include "ext4.h"
48 static const char proc_dirname[] = "fs/ext4";
302 ATTRIBUTE_GROUPS(ext4); variable
304 /* Features this copy of ext4 supports */
572 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
H A Dfsmap.c7 #include "ext4.h"
13 #include <trace/events/ext4.h>
H A Dballoc.c3 * linux/fs/ext4/balloc.c
20 #include "ext4.h"
24 #include <trace/events/ext4.h>
H A Dindirect.c3 * linux/fs/ext4/indirect.c
7 * linux/fs/ext4/inode.c
29 #include <trace/events/ext4.h>
51 * To store the locations of file's data ext4 uses a data structure common
838 /* Nope, don't do this in ext4. Must leave the tree intact */ in ext4_find_shared()
1150 * ext4 *really* writes onto the disk inode. in ext4_ind_truncate()
/kernel/linux/linux-5.10/fs/ext4/
H A DMakefile3 # Makefile for the linux ext4-filesystem routines.
6 obj-$(CONFIG_EXT4_FS) += ext4.o
8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
15 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
16 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
17 ext4-inode-test-objs += inode-test.o
18 obj-$(CONFIG_EXT4_KUNIT_TESTS) += ext4-inode-test.o
19 ext4-$(CONFIG_FS_VERITY) += verity.o
H A Dfsync.c3 * linux/fs/ext4/fsync.c
32 #include "ext4.h"
35 #include <trace/events/ext4.h>
H A Dext4_jbd2.c3 * Interface between ext4 and JBD
8 #include <trace/events/ext4.h>
242 * The ext4 forget function must perform a revoke if we are freeing data
H A Dsysfs.c3 * linux/fs/ext4/sysfs.c
18 #include "ext4.h"
48 static const char proc_dirname[] = "fs/ext4";
304 ATTRIBUTE_GROUPS(ext4); variable
306 /* Features this copy of ext4 supports */
561 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
H A Dfsmap.c7 #include "ext4.h"
13 #include <trace/events/ext4.h>
H A Dindirect.c3 * linux/fs/ext4/indirect.c
7 * linux/fs/ext4/inode.c
29 #include <trace/events/ext4.h>
51 * To store the locations of file's data ext4 uses a data structure common
835 /* Nope, don't do this in ext4. Must leave the tree intact */ in ext4_find_shared()
1145 * ext4 *really* writes onto the disk inode. in ext4_ind_truncate()
H A Dballoc.c3 * linux/fs/ext4/balloc.c
20 #include "ext4.h"
24 #include <trace/events/ext4.h>
H A Dialloc.c3 * linux/fs/ext4/ialloc.c
29 #include "ext4.h"
34 #include <trace/events/ext4.h>
H A Dioctl.c3 * linux/fs/ext4/ioctl.c
24 #include "ext4.h"
27 #include <trace/events/ext4.h>
700 * ext4 doesn't report file extents at all, so the only valid in ext4_ioc_getfsmap()
H A Dfast_commit.c4 * fs/ext4/fast_commit.c
10 #include "ext4.h"
119 #include <trace/events/ext4.h>
H A Dextents_status.c3 * fs/ext4/extents_status.c
16 #include "ext4.h"
18 #include <trace/events/ext4.h>
58 * Extent status tree implementation for ext4.
66 * Without extent status tree, ext4 identifies a delayed extent by looking
101 * physically. Unlike extent in extent tree, this extent in ext4 is
/kernel/linux/linux-5.10/fs/freevxfs/
H A Dvxfs_inode.h134 struct vxfs_ext4 ext4; member
147 #define vdi_ext4 vdi_org.ext4
177 struct vxfs_ext4 ext4; member
186 #define vii_ext4 vii_org.ext4
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_inode.h109 struct vxfs_ext4 ext4; member
122 #define vdi_ext4 vdi_org.ext4
152 struct vxfs_ext4 ext4; member
161 #define vii_ext4 vii_org.ext4
/kernel/linux/linux-5.10/fs/
H A DMakefile73 obj-$(CONFIG_EXT4_FS) += ext4/
76 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the
/kernel/linux/linux-6.6/fs/
H A DMakefile66 obj-$(CONFIG_EXT4_FS) += ext4/
69 # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dvmtest.sh225 mkfs.ext4 -q "${rootfs_img}"
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm85.c453 int ext4 = lm85_read_value(client, in lm85_update_device() local
456 data->in_ext[1] = ext4 & 0x0f; in lm85_update_device()
457 data->in_ext[2] = ext4 >> 4; in lm85_update_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm85.c453 int ext4 = lm85_read_value(client, in lm85_update_device() local
456 data->in_ext[1] = ext4 & 0x0f; in lm85_update_device()
457 data->in_ext[2] = ext4 >> 4; in lm85_update_device()

Completed in 28 milliseconds

12