Searched refs:offset_t (Results 1 - 5 of 5) sorted by relevance

/system/extras/fatblock/
H A Dfs.h39 offset_t fat_size;
41 offset_t data_offset;
45 offset_t len, int type, cluster_t *first_cluster_out);
46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
47 offset_t *r_start_out, offset_t *e_start_out, offset_t *len_out);
48 int fs_init(struct fs *fs, uint16_t cluster_size, offset_t data_size, offset_t *total_size_ou
[all...]
H A Dfatblock.h25 typedef uint64_t offset_t; typedef
36 offset_t start;
37 offset_t len;
68 int fs_read(struct fs *fs, char *buf, offset_t start, offset_t len);
H A Dread.c28 static int buffer_read(char *buf, offset_t buf_len, char *out,
29 offset_t off, offset_t len)
72 static int file_read(struct file *f, char *buf, offset_t off, offset_t len)
126 static int dir_read(struct dir *d, char *buf, offset_t off, offset_t len)
135 offset_t off, offset_t len)
161 int fs_read(struct fs *fs, char *buf, offset_t star
[all...]
H A Dfs.c29 offset_t start, offset_t len, int type)
42 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len,
44 offset_t *r_start_out,
45 offset_t *e_start_out,
46 offset_t *len_out)
49 offset_t end;
50 offset_t e_start, e_end, e_len, e_rel_start, r_rel_start, rel_len;
110 offset_t le
[all...]
H A Dfatblock.c34 uint16_t cluster_size, offset_t data_size,
35 offset_t *total_size_out)
153 offset_t total_size;

Completed in 340 milliseconds