Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp1992 int realfd; member
2087 if (pread64(data->realfd, data->buffer, in flush_outstanding_data()
2141 ret = pread64(data->realfd, block_bitmap, info.block_size, offset); in encrypt_groups()
2220 if ( (data.realfd = open(real_blkdev, O_RDWR|O_CLOEXEC)) < 0) { in cryptfs_enable_inplace_ext4()
2247 if (read_ext(data.realfd, 0) != 0) { in cryptfs_enable_inplace_ext4()
2284 close(data.realfd); in cryptfs_enable_inplace_ext4()
2323 if (pread64(priv_dat->realfd, priv_dat->buffer, CRYPT_INPLACE_BUFSIZE, offset) <= 0) { in encrypt_one_block_f2fs()
2355 data.realfd = -1; in cryptfs_enable_inplace_f2fs()
2357 if ( (data.realfd = open64(real_blkdev, O_RDWR|O_CLOEXEC)) < 0) { in cryptfs_enable_inplace_f2fs()
2369 f2fs_info = generate_f2fs_info(data.realfd); in cryptfs_enable_inplace_f2fs()
[all …]