Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c57 int access_time; member
70 int access_time; member
261 data->access_time = 0; in alloc_cache()
264 cache->access_time = 0; in alloc_cache()
280 data->access_time = 0; in free_cache()
283 cache->access_time = 0; in free_cache()
313 cache->access_time = ++data->access_time; in find_cached_block()
317 (cache->access_time < oldest_cache->access_time)) in find_cached_block()
337 cache->access_time = ++data->access_time; in reuse_cache()