Searched defs:total_size_out (Results 1 - 2 of 2) sorted by relevance

/system/extras/fatblock/
H A Dfatblock.c35 offset_t *total_size_out)
39 ret = fs_init(fs, cluster_size, data_size, total_size_out);
33 fs_import(struct fs *fs, uint16_t cluster_size, offset_t data_size, offset_t *total_size_out) argument
H A Dfs.c157 offset_t *total_size_out)
244 *total_size_out = (offset_t)total_sectors * sector_size;
156 fs_init(struct fs *fs, uint16_t cluster_size, offset_t data_size, offset_t *total_size_out) argument

Completed in 41 milliseconds