Home | History | Annotate | Download | only in vold

Lines Matching refs:fs_size

707   tgt->length = crypt_ftr->fs_size;
1221 SLOGD("crypt_ftr->fs_size = %lld\n", crypt_ftr.fs_size);
1324 /* Update the fs_size field to be the size of the volume */
1333 sd_crypt_ftr.fs_size = nr_sec;
1758 crypt_ftr.fs_size = nr_sec - (CRYPT_FOOTER_OFFSET / 512);
1760 crypt_ftr.fs_size = nr_sec;
1793 tot_encryption_size = crypt_ftr.fs_size;
1799 vol_list[i].crypt_ftr.fs_size = vol_list[i].size;
1808 rc = cryptfs_enable_wipe(crypto_blkdev, crypt_ftr.fs_size, EXT4_FS);
1814 vol_list[i].crypt_ftr.fs_size, FAT_FS);
1819 rc = cryptfs_enable_inplace(crypto_blkdev, real_blkdev, crypt_ftr.fs_size,
1827 vol_list[i].crypt_ftr.fs_size,