Home
last modified time | relevance | path

Searched refs:fs_size (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dcryptfs.c422 tgt->length = crypt_ftr->fs_size; in create_crypto_blk_dev()
805 SLOGD("crypt_ftr->fs_size = %lld\n", crypt_ftr.fs_size); in test_mount_encrypted_fs()
904 sd_crypt_ftr.fs_size = nr_sec; in cryptfs_setup_volume()
997 ftr->fs_size = 0; in cryptfs_init_crypt_mnt_ftr()
1304 crypt_ftr.fs_size = nr_sec - (CRYPT_FOOTER_OFFSET / 512); in cryptfs_enable()
1306 crypt_ftr.fs_size = nr_sec; in cryptfs_enable()
1325 tot_encryption_size = crypt_ftr.fs_size; in cryptfs_enable()
1331 vol_list[i].crypt_ftr.fs_size = vol_list[i].size; in cryptfs_enable()
1340 rc = cryptfs_enable_wipe(crypto_blkdev, crypt_ftr.fs_size, EXT4_FS); in cryptfs_enable()
1346 vol_list[i].crypt_ftr.fs_size, FAT_FS); in cryptfs_enable()
[all …]
Dcryptfs.h53 __le64 fs_size; /* Size of the encrypted fs, in 512 byte sectors */ member