Home | History | Annotate | Download | only in blkid

Lines Matching full:cache

38 	struct list_head	bid_devs;	/* All devices in the cache */
40 blkid_cache bid_cache; /* Dev belongs to this cache */
73 * from the cache. This is to avoid re-probing all devices which were
74 * just probed by another program that does not share the cache.
79 * Time in seconds an entry remains verified in the in-memory cache
81 * keep a cache in memory and continue to use it for a long time).
85 /* This describes an entire blkid cache file and probed devices.
97 unsigned int bic_flags; /* Status flags of the cache */
98 char *bic_filename; /* filename of cache */
102 #define BLKID_BIC_FL_CHANGED 0x0004 /* Cache has changed from disk */
160 extern void blkid_read_cache(blkid_cache cache);
163 extern int blkid_flush_cache(blkid_cache cache);