Searched refs:off64_t (Results 1 – 10 of 10) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4fixup.c | 36 #define off64_t off_t macro 89 off64_t ret; in read_sb() 105 off64_t ret; in write_sb() 201 off64_t ret; in read_ext() 260 off64_t inode_offset; in read_inode() 283 off64_t off; in read_block() 302 off64_t off; in write_block() 372 off64_t ret; in update_superblocks_and_bg_desc() 516 off64_t fs_block_num; in get_extent_ents() 528 fs_block_num = ((off64_t)extent->ee_start_hi << 32) | extent->ee_start_lo; in get_extent_ents() [all …]
|
D | ext2simg.c | 35 #define off64_t off_t macro 58 off64_t ret; in read_ext() 122 off64_t ret; in build_sparse_ext()
|
D | ext4_utils.h | 45 #define off64_t off_t macro 51 int fd, off64_t offset) in mmap64()
|
D | extent.c | 59 off64_t offset = 0; in extent_create_backing_file()
|
/system/core/libsparse/ |
D | img2simg.c | 38 #define off64_t off_t macro 54 off64_t len; in main()
|
D | output_file.c | 46 #define off64_t off_t macro 52 int fd, off64_t offset) in mmap64() 135 off64_t ret; in file_skip() 207 off64_t ret; in gz_file_skip() 220 off64_t ret; in gz_file_pad() 724 off64_t pos; in write_fd_chunk()
|
D | sparse_read.c | 38 #define off64_t off_t macro 225 static int process_chunk(struct sparse_file *s, int fd, off64_t offset, in process_chunk() 286 off64_t offset; in sparse_file_read_sparse()
|
/system/vold/ |
D | cryptfs.c | 91 off64_t len; in get_fs_size() 112 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size; in get_fs_size() 137 off64_t off; in put_crypt_ftr_and_key() 161 off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET; in put_crypt_ftr_and_key() 236 off64_t off; in get_crypt_ftr_and_key() 260 off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET; in get_crypt_ftr_and_key() 1060 static int cryptfs_enable_wipe(char *crypto_blkdev, off64_t size, int type) in cryptfs_enable_wipe() 1104 static int cryptfs_enable_inplace(char *crypto_blkdev, char *real_blkdev, off64_t size, in cryptfs_enable_inplace() 1105 off64_t *size_already_done, off64_t tot_size) in cryptfs_enable_inplace() 1110 off64_t numblocks, i, remainder; in cryptfs_enable_inplace() [all …]
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count) in do_read() 92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count) in do_write()
|
/system/core/fastboot/ |
D | fastboot.c | 144 #define off64_t off_t macro 149 off64_t off; in file_size()
|