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

/system/vold/
H A Dcryptfs.c187 static off64_t cached_off = 0; local
210 cached_off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET;
218 cached_off = 0;
228 *off = cached_off;

Completed in 314 milliseconds