Searched defs:off64_t (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_utils.h44 #define off64_t off_t macro
50 int fd, off64_t offset)
H A Doutput_file.c39 #define off64_t off_t macro
48 int (*seek)(struct output_file *, off64_t);
65 static int file_seek(struct output_file *out, off64_t off)
67 off64_t ret;
106 static int gz_file_seek(struct output_file *out, off64_t off)
108 off64_t ret;
537 off64_t offset, int len)
540 off64_t aligned_offset;
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...]

Completed in 42 milliseconds