Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dcache.c74 list_for_each(p, &cache->bic_devs) {
101 INIT_LIST_HEAD(&cache->bic_devs); in blkid_get_cache()
129 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache()
130 blkid_dev dev = list_entry(cache->bic_devs.next, in blkid_put_cache()
165 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_gc_cache()
Ddevname.c60 list_for_each(p, &cache->bic_devs) { in blkid_get_dev()
80 list_add_tail(&dev->bid_devs, &cache->bic_devs); in blkid_get_dev()
95 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_get_dev()
193 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_one()
474 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_all()
Dsave.c75 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
131 list_for_each(p, &cache->bic_devs) { in blkid_flush_cache()
Ddev.c122 iter->p = cache->bic_devs.next; in blkid_dev_iterate_begin()
164 while (iter->p != &iter->cache->bic_devs) { in blkid_dev_next()
DblkidP.h99 struct list_head bic_devs; /* List head of all devices */ member