Searched refs:tot_size (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | EncryptInplace.cpp | 249 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_ext4() argument 303 data.tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_ext4() 388 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_f2fs() argument 421 data.tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_f2fs() 469 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_full() argument 497 tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_full() 582 off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace() argument 586 << ", " << size_already_done << ", " << tot_size << ", " << previously_encrypted_upto in cryptfs_enable_inplace() 603 tot_size, previously_encrypted_upto, in cryptfs_enable_inplace() 611 tot_size, previously_encrypted_upto, in cryptfs_enable_inplace() [all …]
|
D | EncryptInplace.h | 33 off64_t* size_already_done, off64_t tot_size,
|