Home
last modified time | relevance | path

Searched refs:BLOCKS_AT_A_TIME (Results 1 – 1 of 1) sorted by relevance

/system/vold/
Dcryptfs.c2242 #define BLOCKS_AT_A_TIME 8 macro
2244 #define BLOCKS_AT_A_TIME 1024 macro
2376 data->buffer = malloc(info.block_size * BLOCKS_AT_A_TIME);
2426 if (offset % (info.block_size * BLOCKS_AT_A_TIME) == 0
2427 || data->count == BLOCKS_AT_A_TIME) {