Lines Matching refs:encryptable
1391 int encryptable = FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE; in fs_mgr_mount_all() local
1475 set_type_property(encryptable); in fs_mgr_mount_all()
1514 if (encryptable != FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE) { in fs_mgr_mount_all()
1518 encryptable = status; in fs_mgr_mount_all()
1525 set_type_property(encryptable); in fs_mgr_mount_all()
1557 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
1558 set_type_property(encryptable); in fs_mgr_mount_all()
1578 encryptable = FS_MGR_MNTALL_DEV_NEEDS_RECOVERY; in fs_mgr_mount_all()
1593 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
1616 set_type_property(encryptable); in fs_mgr_mount_all()
1625 return {encryptable, userdata_mounted}; in fs_mgr_mount_all()