Home
last modified time | relevance | path

Searched refs:checkpoint_blk (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DCheckpoint.cpp92 if (entry.fs_mgr_flags.checkpoint_blk || entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsCheckpoint()
104 if (entry.fs_mgr_flags.checkpoint_blk) { in cp_supportsBlockCheckpoint()
202 } else if (fstab_rec->fs_mgr_flags.checkpoint_blk) { in cp_commitChanges()
371 if (fstab_rec->fs_mgr_flags.checkpoint_blk) { in cp_prepareCheckpoint()
392 if (fstab_rec->fs_mgr_flags.checkpoint_blk || fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_prepareCheckpoint()
DMetadataCrypt.cpp300 if (!options.set_dun && data_rec->fs_mgr_flags.checkpoint_blk) { in fscrypt_mount_metadata_encrypted()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h81 bool checkpoint_blk : 1; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp305 lhs.checkpoint_blk == rhs.checkpoint_blk && in CompareFlags()
373 flags.checkpoint_blk = true; in TEST()
/system/core/fs_mgr/
Dfs_mgr.cpp1042 return entry->fs_mgr_flags.checkpoint_blk || entry->fs_mgr_flags.checkpoint_fs; in SupportsCheckpoint()
1066 if (entry->fs_mgr_flags.checkpoint_blk && !metadata_encrypted_) { in Update()
1111 } else if (entry->fs_mgr_flags.checkpoint_blk) { in UpdateCheckpointPartition()
Dfs_mgr_fstab.cpp175 CheckFlag("checkpoint=block", checkpoint_blk); in ParseFsMgrFlags()