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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A DMakefile2 # Makefile for the linux ext4-filesystem routines.
5 obj-$(CONFIG_EXT4_FS) += ext4.o
7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
11 ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
12 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
13 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
H A Dfsync.c2 * linux/fs/ext4/fsync.c
32 #include "ext4.h"
35 #include <trace/events/ext4.h>
H A Dext4_jbd2.c2 * Interface between ext4 and JBD
7 #include <trace/events/ext4.h>
38 * The ext4 forget function must perform a revoke if we are freeing data
H A Dialloc.c2 * linux/fs/ext4/ialloc.c
27 #include "ext4.h"
32 #include <trace/events/ext4.h>
836 printk(KERN_NOTICE "ext4: find_group_flex "
H A Dinode.c2 * linux/fs/ext4/inode.c
49 #include <trace/events/ext4.h>
88 * like a regular file for ext4 to try to delete it. Things
283 * To store the locations of file's data ext4 uses a data structure common
1517 * By accident, ext4 can be reentered when a transaction is open via
1709 * ext4 never places buffers on inode->i_mapping->private_list. metadata
2980 * stupidity, which is that ext4's mballoc code only allocates
3029 * blocks to be allocated by ext4. We don't actually
3371 * journal. If somebody makes a swapfile on an ext4 data-journaling
3906 * For ext4 exten
[all...]
H A Dmballoc.c27 #include <trace/events/ext4.h>
60 * /sys/fs/ext4/<partition>/mb_stream_req. The value is represented in
131 * /sys/fs/ext4/<partition/mb_group_prealloc. The value is represented in
138 * /sys/fs/ext4/<partition>/mb_min_to_scan
139 * /sys/fs/ext4/<partition>/mb_max_to_scan
140 * /sys/fs/ext4/<partition>/mb_order2_req
145 * /sys/fs/ext4/<partition>/mb_order2_req. If the request len is equal to
2021 * You can tune it via /sys/fs/ext4/<partition>/mb_order2_req
2469 /* need to called with the ext4 group lock held */
2623 debugfs_dir = debugfs_create_dir("ext4", NUL
[all...]
H A Dsuper.c2 * linux/fs/ext4/super.c
44 #include "ext4.h"
51 #include <trace/events/ext4.h>
350 * superblock. That is not possible on ext4, because we may have other
604 * aggressively from the ext4 function in question, with a
1306 /* TODO: use simple_strtoll with >32bit ext4 */
1322 "Contact linux-ext4@vger.kernel.org if you think we should keep it.\n";
2130 * in the vfs. ext4 inode has 48 bits of i_block in fsblock units,
2606 * The ext4 superblock will not be buffer aligned for other than 1kB
2622 * some ext4 macr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_inode.h133 struct vxfs_ext4 ext4; member in union:vxfs_dinode::__anon16645
146 #define vdi_ext4 vdi_org.ext4
177 #define vii_ext4 vdi_org.ext4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/contrib/
H A Draid1ext4trim.sh-1.53 # SSD TRIM utility for live RAID1 mirrored ext4 drives.
31 echo "Note: For best results, this script should be run on each ext4-based filesystem present on a RAID1 array."
36 echo "${0##*/}: TRIM utility for live RAID1 ext4 SATA SSDs, version $VERSION, by Chris Caputo, based on Mark Lord's wiper.sh."
187 ## Check that fsdir is on an ext4 volume.
189 lines=`$DF --type=ext4 $fsdir 2>/dev/null | $GREP -v ^Filesystem | wc -l`
191 echo "'$fsdir' does not appear to be on an ext4 filesystem. Aborting."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A DMakefile70 # We place ext4 after ext2 so plain ext2 root fs's are mounted using ext2
72 obj-$(CONFIG_EXT4_FS) += ext4/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm85.c1461 int ext4 = lm85_read_value(client, local
1464 data->in_ext[1] = ext4 & 0x0f;
1465 data->in_ext[2] = ext4 >> 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dext4.h2 #define TRACE_SYSTEM ext4

Completed in 137 milliseconds