OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bic_time
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/blkid/
blkidP.h
95
time_t
bic_time
; /* Last probe time */
member in struct:blkid_struct_cache
cache.c
71
printf("cache: time = %lu\n", cache->
bic_time
);
devname.c
416
time(0) - cache->
bic_time
< BLKID_PROBE_INTERVAL)
520
cache->
bic_time
= time(0);
Completed in 216 milliseconds