Searched refs:ext4 (Results 1 – 25 of 26) sorted by relevance
12
/system/extras/cppreopts/ |
D | fstab.postinstall | 20 system /postinstall ext4 ro,nosuid,nodev,noexec slotselect_other,logical 22 /dev/block/by-name/system /postinstall ext4 ro,nosuid,nodev,noexec slotselect_other 24 /dev/block/mapper/system /postinstall ext4 ro,nosuid,nodev,noexec slotselect_other
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 80 namespace ext4 { namespace 287 ASSERT_TRUE(ext4::corruptGdtFreeBlock(getCacheBlkFd())); in TEST_F() 306 ASSERT_TRUE(ext4::setSbErrorBit(getCacheBlkFd())); in TEST_F() 313 ASSERT_TRUE(ext4::getSuperBlock(getCacheBlkFd(), &sb)); in TEST_F()
|
/system/sepolicy/private/ |
D | e2fs.te | 9 # Vold needs to capture mkfs.ext4's output 25 # access /sys/fs/ext4/features
|
D | fs_use | 6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
|
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 87 # devices used by ext4 images from APEX packages).
|
D | genfs_contexts | 154 genfscon sysfs /fs/ext4/features u:object_r:sysfs_fs_ext4_features:s0 218 genfscon tracefs /events/ext4/ext4_da_write_begin/ u:object_r:debugfs_tracing:s0 219 genfscon tracefs /events/ext4/ext4_da_write_end/ u:object_r:debugfs_tracing:s0 220 genfscon tracefs /events/ext4/ext4_es_lookup_extent_enter/ u:object_r:debugfs_tracing:s0 221 genfscon tracefs /events/ext4/ext4_es_lookup_extent_exit/ u:object_r:debugfs_tracing:s0 222 genfscon tracefs /events/ext4/ext4_load_inode/ u:object_r:debugfs_tracing:s0 223 genfscon tracefs /events/ext4/ext4_sync_file_enter/ u:object_r:debugfs_tracing:s0 224 genfscon tracefs /events/ext4/ext4_sync_file_exit/ u:object_r:debugfs_tracing:s0
|
D | update_engine_common.te | 74 # Scan files in /sys/fs/ext4 and /sys/fs/f2fs for device-mapper diagnostics.
|
D | recovery.te | 110 # Read /sysfs/fs/ext4/features
|
D | vold.te | 10 # Switch to e2fs domain when running mkfs.ext4 to format a partition
|
D | shell.te | 403 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs, overlay)
|
D | init.te | 39 # This is useful in case of remounting ext4 userdata into checkpointing mode,
|
/system/vold/model/ |
D | PrivateVolume.cpp | 135 int res = ext4::Check(mDmDevPath, mPath); in doMount() 143 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount() 232 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat()
|
/system/sepolicy/microdroid/system/private/ |
D | encryptedstore.te | 30 # access /sys/fs/ext4/features - required because encryptedstore runs mkfs.ext4 in its own domain
|
D | genfs_contexts | 147 genfscon sysfs /fs/ext4/features u:object_r:sysfs_fs_ext4_features:s0 206 genfscon debugfs /tracing/events/ext4/ext4_da_write_begin/ u:object_r:debugfs_tracing:s0 207 genfscon debugfs /tracing/events/ext4/ext4_da_write_end/ u:object_r:debugfs_tracing:s0 208 genfscon debugfs /tracing/events/ext4/ext4_es_lookup_extent_enter/ u:object_r:debugfs_tracing:s0 209 genfscon debugfs /tracing/events/ext4/ext4_es_lookup_extent_exit/ u:object_r:debugfs_tracing:s0 210 genfscon debugfs /tracing/events/ext4/ext4_load_inode/ u:object_r:debugfs_tracing:s0 211 genfscon debugfs /tracing/events/ext4/ext4_sync_file_enter/ u:object_r:debugfs_tracing:s0 212 genfscon debugfs /tracing/events/ext4/ext4_sync_file_exit/ u:object_r:debugfs_tracing:s0 223 genfscon tracefs /events/ext4/ext4_da_write_begin/ u:object_r:debugfs_tracing:s0 224 genfscon tracefs /events/ext4/ext4_da_write_end/ u:object_r:debugfs_tracing:s0 [all …]
|
D | fs_use | 6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
|
D | shell.te | 52 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs, overlay)
|
D | init.te | 10 # This is useful in case of remounting ext4 userdata into checkpointing mode,
|
/system/vold/fs/ |
D | Ext4.h | 26 namespace ext4 {
|
D | Ext4.cpp | 52 namespace ext4 { namespace
|
/system/extras/ext4_utils/ |
D | mke2fs.conf | 14 ext4 = {
|
/system/apex/apexer/ |
D | runtests.sh | 31 for fs_type in ext4 f2fs erofs
|
/system/vold/ |
D | MetadataCrypt.cpp | 339 error = ext4::Format(crypto_blkdev, 0, mount_point); in fscrypt_mount_metadata_encrypted()
|
/system/extras/ioblame/ |
D | ioblame.py | 198 echo 0 > /sys/kernel/tracing/events/ext4/enable;\
|
D | README | 203 Adds tracepoints in ext4/f2fs/mpage to track readpages/buffered
|
/system/apex/docs/ |
D | README.md | 68 `apex_payload.img` is an ext4 file system image backed by dm-verity. The image
|
12