Home | History | Annotate | Download | only in vold

Lines Matching full:filesystem

519         SLOGE("Cannot open device to get filesystem size ");
1510 /* Now umount the tmpfs filesystem */
1518 * i.e. there is no filesystem mounted there. So just get out.
1556 /* Do the prep of the /data filesystem */
1625 SLOGE("Encrypted filesystem not validated, aborting");
1646 * till the user is asked for the password to the filesystem.
1664 * the tmpfs filesystem, and mount the real one.
1675 * filesystem readonly. This is used when /data is mounted by
1685 /* If that succeeded, then mount the decrypted filesystem */
2104 * defaulted to 16 bytes, and the filesystem size to 0.
2106 * filesystem size and crypto_type_name after calling this function.
2163 SLOGI("Making empty filesystem with command %s %s %s %s %s %s\n",
2173 SLOGI("Making empty filesystem with command %s %s %s %s %s\n",
2176 SLOGE("cryptfs_enable_wipe(): unknown filesystem type %d\n", type);
2183 SLOGE("Error creating empty filesystem on %s due to logwrap error\n", crypto_blkdev);
2187 SLOGE("Error creating filesystem on %s, exit status %d ",
2190 SLOGD("Successfully created filesystem on %s\n", crypto_blkdev);
2194 SLOGE("Error creating filesystem on %s, did not exit normally\n", crypto_blkdev);
2471 SLOGI("Encrypting ext4 filesystem in place...");
2621 SLOGE("Failed to encrypt f2fs filesystem on %s", real_blkdev);
2657 * The size passed in is the number of 512 byte sectors in the filesystem.
2666 SLOGE("Encrypting filesystem in place...");
2697 /* process the majority of the filesystem in blocks */
2768 /* TODO: identify filesystem type.
2970 SLOGE("Orig filesystem overlaps crypto footer region. Cannot encrypt in place.");
3028 /* Start the actual work of making an encrypted filesystem */
3096 * either write a new filesystem, or encrypt in place updating
3636 SLOGD("Password is default - restarting filesystem");