Searched defs:fdcache_entry (Results 1 – 1 of 1) sorted by relevance
1437 struct fdcache_entry struct in libarchive_fdcache1439 string fd; // file name (probably in $TMPDIR), not an actual open fd (EMFILE)1440 double fd_size_mb; // slightly rounded up megabytes1441 time_t freshness; // when was this entry created or requested last1442 unsigned request_count; // how many requests were made; or 0=prefetch only1443 double latency; // how many seconds it took to extract the file