Searched refs:off64_t (Results 1 - 10 of 10) sorted by relevance

/system/core/libsparse/
H A Dimg2simg.c38 #define off64_t off_t macro
54 off64_t len;
H A Doutput_file.c46 #define off64_t off_t macro
52 int fd, off64_t offset)
135 off64_t ret;
207 off64_t ret;
220 off64_t ret;
724 off64_t pos;
H A Dsparse_read.c38 #define off64_t off_t macro
225 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
286 off64_t offset;
/system/extras/ext4_utils/
H A Dext4fixup.c36 #define off64_t off_t macro
89 off64_t ret;
105 off64_t ret;
201 off64_t ret;
261 off64_t inode_offset;
284 off64_t off;
303 off64_t off;
373 off64_t ret;
517 off64_t fs_block_num;
529 fs_block_num = ((off64_t)exten
[all...]
H A Dext4_utils.h44 #define off64_t off_t macro
50 int fd, off64_t offset)
H A Dext2simg.c35 #define off64_t off_t macro
58 off64_t ret;
123 off64_t ret;
H A Dextent.c59 off64_t offset = 0;
/system/vold/
H A Dcryptfs.c91 off64_t len;
112 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size;
150 off64_t off;
174 off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET;
249 off64_t off;
273 off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET;
1002 static int cryptfs_enable_wipe(char *crypto_blkdev, off64_t size, int type)
1046 static int cryptfs_enable_inplace(char *crypto_blkdev, char *real_blkdev, off64_t size,
1047 off64_t *size_already_done, off64_t tot_siz
[all...]
/system/extras/tests/directiotest/
H A Ddirectiotest.c70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count)
92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count)
/system/core/fastboot/
H A Dfastboot.c138 #define off64_t off_t macro
143 off64_t off;

Completed in 391 milliseconds