Home
last modified time | relevance | path

Searched refs:ext4 (Results 1 – 25 of 26) sorted by relevance

12

/system/extras/cppreopts/
Dfstab.postinstall20 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/
Drecovery_test.cpp80 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/
De2fs.te9 # Vold needs to capture mkfs.ext4's output
25 # access /sys/fs/ext4/features
Dfs_use6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
Dotapreopt_chroot.te18 # This is required to mount /vendor and mount/unmount ext4 images from
87 # devices used by ext4 images from APEX packages).
Dgenfs_contexts154 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
Dupdate_engine_common.te74 # Scan files in /sys/fs/ext4 and /sys/fs/f2fs for device-mapper diagnostics.
Drecovery.te110 # Read /sysfs/fs/ext4/features
Dvold.te10 # Switch to e2fs domain when running mkfs.ext4 to format a partition
Dshell.te403 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs, overlay)
Dinit.te39 # This is useful in case of remounting ext4 userdata into checkpointing mode,
/system/vold/model/
DPrivateVolume.cpp135 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/
Dencryptedstore.te30 # access /sys/fs/ext4/features - required because encryptedstore runs mkfs.ext4 in its own domain
Dgenfs_contexts147 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 …]
Dfs_use6 fs_use_xattr ext4 u:object_r:labeledfs:s0;
Dshell.te52 # (yaffs2, jffs2, ext2, ext3, ext4, xfs, btrfs, f2fs, squashfs, overlay)
Dinit.te10 # This is useful in case of remounting ext4 userdata into checkpointing mode,
/system/vold/fs/
DExt4.h26 namespace ext4 {
DExt4.cpp52 namespace ext4 { namespace
/system/extras/ext4_utils/
Dmke2fs.conf14 ext4 = {
/system/apex/apexer/
Druntests.sh31 for fs_type in ext4 f2fs erofs
/system/vold/
DMetadataCrypt.cpp339 error = ext4::Format(crypto_blkdev, 0, mount_point); in fscrypt_mount_metadata_encrypted()
/system/extras/ioblame/
Dioblame.py198 echo 0 > /sys/kernel/tracing/events/ext4/enable;\
DREADME203 Adds tracepoints in ext4/f2fs/mpage to track readpages/buffered
/system/apex/docs/
DREADME.md68 `apex_payload.img` is an ext4 file system image backed by dm-verity. The image

12