Searched defs:ub (Results 1 - 1 of 1) sorted by last modified time

/system/extras/fatblock/
H A Dfatblock.c30 static struct ublock_ctx *ub; variable in typeref:struct:ublock_ctx
60 ublock_stop(ub);
130 ublock_destroy(ub);
179 ret = ublock_init(&ub, &ops, total_size);
182 index = ublock_index(ub);
190 ublock_run(ub);
194 ublock_destroy(ub);

Completed in 91 milliseconds