Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp2202 off64_t tot_size, in cryptfs_enable_inplace_ext4() argument
2254 data.tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_ext4()
2342 off64_t tot_size, in cryptfs_enable_inplace_f2fs() argument
2374 data.tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_f2fs()
2419 off64_t tot_size, in cryptfs_enable_inplace_full() argument
2448 tot_numblocks = tot_size / CRYPT_SECTORS_PER_BUFSIZE; in cryptfs_enable_inplace_full()
2540 off64_t tot_size, in cryptfs_enable_inplace() argument
2559 tot_size, previously_encrypted_upto)) == 0) { in cryptfs_enable_inplace()
2566 tot_size, previously_encrypted_upto)) == 0) { in cryptfs_enable_inplace()
2572 size, size_already_done, tot_size, in cryptfs_enable_inplace()