Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp91 if (entry.fs_mgr_flags.checkpoint_blk || entry.fs_mgr_flags.checkpoint_fs) { in cp_supportsCheckpoint()
103 if (entry.fs_mgr_flags.checkpoint_blk) { in cp_supportsBlockCheckpoint()
201 } else if (fstab_rec->fs_mgr_flags.checkpoint_blk) { in cp_commitChanges()
370 if (fstab_rec->fs_mgr_flags.checkpoint_blk) { in cp_prepareCheckpoint()
391 if (fstab_rec->fs_mgr_flags.checkpoint_blk || fstab_rec->fs_mgr_flags.checkpoint_fs) { in cp_prepareCheckpoint()
DMetadataCrypt.cpp245 if (!options.set_dun && data_rec->fs_mgr_flags.checkpoint_blk) { in fscrypt_mount_metadata_encrypted()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h82 bool checkpoint_blk : 1; member
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp209 lhs.checkpoint_blk == rhs.checkpoint_blk && in CompareFlags()
467 flags.checkpoint_blk = true; in TEST()
/system/core/fs_mgr/
Dfs_mgr.cpp1098 return entry->fs_mgr_flags.checkpoint_blk || entry->fs_mgr_flags.checkpoint_fs; in SupportsCheckpoint()
1122 if (entry->fs_mgr_flags.checkpoint_blk && !metadata_encrypted_) { in Update()
1167 } else if (entry->fs_mgr_flags.checkpoint_blk) { in UpdateCheckpointPartition()
Dfs_mgr_fstab.cpp177 CheckFlag("checkpoint=block", checkpoint_blk); in ParseFsMgrFlags()