/system/extras/ext4_utils/ |
contents.c | 298 * assert that the elements in the ext4 xattr section are in sorted order 300 * The ext4 filesystem requires extended attributes to be sorted when 301 * they're not stored in the inode. The kernel ext4 code uses the following 313 * the Linux kernel file fs/ext4/xattr.c function ext4_xattr_find_entry().
|
/system/extras/postinst/ |
postinst.sh | 27 # FILESYSTEM_TYPE_system=ext4 \
|
/system/vold/ |
Android.mk | 11 fs/Ext4.cpp \
|
main.cpp | 59 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "")
|
VolumeManager.cpp | 56 #include "fs/Ext4.h" 130 // Ext4 started to reserve 2% or 4096 clusters, whichever is smaller for 132 // Ext4::format() uses default block size without clustering. 859 usingExt4 = !strcmp(fstype, "ext4"); 975 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); 1004 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, [all...] |
/test/vts-testcase/kernel/ltp/ |
ltp_configs.py | 49 LTP_DEV_FS_TYPE = 'ext4'
|
/external/e2fsprogs/resize/ |
online.c | 80 (access("/sys/fs/ext4/features/sparse_super2", R_OK) != 0)) { 109 if ((access("/sys/fs/ext4/features/meta_bg_resize", R_OK) != 0) ||
|
/external/e2fsprogs/tests/d_fallocate/ |
script | 16 ext4 = { 23 MKE2FS_CONFIG=$TMPFILE.conf $MKE2FS -F -o Linux -b 1024 -O ^bigalloc -T ext4 $TMPFILE 65536 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
|
/external/e2fsprogs/tests/d_fallocate_bigalloc/ |
script | 16 ext4 = { 24 MKE2FS_CONFIG=$TMPFILE.conf $MKE2FS -F -o Linux -b 1024 -O bigalloc -T ext4 $TMPFILE 65536 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-conv-02.ll | 103 %ext4 = fpext float %val4 to double 139 store volatile double %ext4, double *%ptr1
|
fp-conv-03.ll | 119 %ext4 = fpext float %val4 to fp128 155 store volatile fp128 %ext4, fp128 *%ptr1
|
fp-conv-04.ll | 119 %ext4 = fpext double %val4 to fp128 155 store volatile fp128 %ext4, fp128 *%ptr1
|
int-add-03.ll | 161 %ext4 = sext i32 %frob4 to i64 172 %add4 = add i64 %add3, %ext4
|
int-add-04.ll | 161 %ext4 = zext i32 %frob4 to i64 172 %add4 = add i64 %add3, %ext4
|
int-mul-03.ll | 161 %ext4 = sext i32 %frob4 to i64 172 %mul4 = mul i64 %mul3, %ext4
|
int-sub-02.ll | 161 %ext4 = sext i32 %frob4 to i64 172 %sub4 = sub i64 %sub3, %ext4
|
int-sub-03.ll | 161 %ext4 = zext i32 %frob4 to i64 172 %sub4 = sub i64 %sub3, %ext4
|
/external/e2fsprogs/misc/ |
e4defrag.c | 2 * e4defrag.c - ext4 filesystem defragmenter 95 #define FS_EXT4 "ext4" 101 /* Magic number for ext4 */ 118 #define NGMSG_EXT4 "Filesystem is not ext4 filesystem" 255 * is_ext4() - Whether on an ext4 filesystem. 798 * and the maximum blocksize for ext4 is 4K(12bit), [all...] |
mke2fs.8.in | 7 mke2fs \- create an ext2/ext3/ext4 filesystem 158 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk 191 .BR mkfs.ext4 ) 198 .B mkfs.ext4 199 will create a file system for use with ext4, and so on. 236 .B ext4 (5) 425 ext4 filesystem. This improves meta-data locality and performance 647 .BR ext4 (5). 686 Specify the filesystem type (i.e., ext2, ext3, ext4, etc.) that is 813 .BR ext4 (5 [all...] |
Makefile.in | 43 FMANPAGES= mke2fs.conf.5 ext4.5 430 ext4.5: $(DEP_SUBSTITUTE) $(srcdir)/ext4.5.in 527 $(Q) for i in ext2 ext3 ext4 ext4dev; do \ 556 $(Q) for i in ext2 ext3 ext4 ext4dev; do \ 578 $(LN) $(LINK_INSTALL_FLAGS) ext4.5 $$i.5); \ 631 $(DESTDIR)$(root_sbindir)/mkfs.ext4 \ 641 $(DESTDIR)$(man8dir)/mkfs.ext4.8 \ 645 $(DESTDIR)$(man8dir)/fsck.ext4.8 \ [all...] |
/external/autotest/client/bin/ |
partition.py | 30 @param fstype: The filesystem type ('ext2', 'ext4', 'xfs', etc.) 519 if fstype == 'ext4': 520 if os.path.exists('/sbin/mkfs.ext4'): 522 # If ext4 supported e2fsprogs is not installed we use the 598 if self.fstype == 'ext4': 599 if os.path.exists('/sbin/fsck.ext4'): 601 # If ext4 supported e2fsprogs is not installed we use the [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
mep-core.cpu | 356 (dnf f-ext4 "extended field 16:4" (all-mep-core-isas) 16 4) [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 14 while it is checking ext2, ext3, or ext4 filesystems. 141 the test_fs flag if the ext4 filesystem is available on the system. It 220 regular ext4 filesystem); if this amount is more than 1/50th of total physical
|
/external/e2fsprogs/lib/blkid/ |
probe.c | 303 ret = (fs_proc_check("ext4") || check_for_modules("ext4")); 333 * If the filesystem does not have a journal and ext2 and ext4 346 * filesystem code, but ext4dev is not supported, and ext4 is, 348 * detected as ext4 in that case. 351 * filesystem, then it can only be used by ext4 and NOT by 387 /* Ext4 has at least one feature which ext3 doesn't understand */ 397 * filesystem code, and ext4dev is supported or ext4 is not 398 * supported, then don't call ourselves ext4, so we can redo 402 * filesystem, then it can only be used by ext4 and NOT b [all...] |
/external/kernel-headers/original/uapi/linux/ |
fs.h | 328 #define FS_HUGE_FILE_FL 0x00040000 /* Reserved for ext4 */ 331 #define FS_EOFBLOCKS_FL 0x00400000 /* Reserved for ext4 */ 333 #define FS_INLINE_DATA_FL 0x10000000 /* Reserved for ext4 */
|