Lines Matching refs:off64_t
61 off64_t numblocks;
62 off64_t one_pct, cur_pct, new_pct;
63 off64_t blocks_already_done, tot_numblocks;
64 off64_t used_blocks_already_done, tot_used_blocks;
68 off64_t offset;
70 off64_t last_written_sector;
104 off64_t remaining_blocks = data->tot_used_blocks - data->used_blocks_already_done; in update_progress()
125 static off64_t offset = -1; in log_progress()
140 offset = data->offset + (off64_t)data->count * info.block_size; in log_progress()
174 off64_t ret; in encrypt_groups()
195 off64_t offset = (u64)info.block_size * aux_info.bg_desc[i].bg_block_bitmap; in encrypt_groups()
249 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_ext4()
250 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_ext4()
368 off64_t offset = pos * CRYPT_INPLACE_BUFSIZE; in encrypt_one_block_f2fs()
388 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_f2fs()
389 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_f2fs()
469 off64_t size, off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace_full()
470 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_full()
475 off64_t numblocks, i, remainder; in cryptfs_enable_inplace_full()
476 off64_t one_pct, cur_pct, new_pct; in cryptfs_enable_inplace_full()
477 off64_t blocks_already_done, tot_numblocks; in cryptfs_enable_inplace_full()
581 int cryptfs_enable_inplace(const char* crypto_blkdev, const char* real_blkdev, off64_t size, in cryptfs_enable_inplace()
582 off64_t* size_already_done, off64_t tot_size, in cryptfs_enable_inplace()
583 off64_t previously_encrypted_upto, bool set_progress_properties) { in cryptfs_enable_inplace()