Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dcache.c76 list_for_each(p, &cache->bic_devs) {
103 INIT_LIST_HEAD(&cache->bic_devs); in blkid_get_cache()
131 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache()
132 blkid_dev dev = list_entry(cache->bic_devs.next, in blkid_put_cache()
167 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_gc_cache()
Ddevname.c56 list_for_each(p, &cache->bic_devs) { in blkid_get_dev()
76 list_add_tail(&dev->bid_devs, &cache->bic_devs); in blkid_get_dev()
91 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_get_dev()
191 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_one()
471 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_all()
Dsave.c70 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
120 list_for_each(p, &cache->bic_devs) { in blkid_flush_cache()
Ddev.c121 iter->p = cache->bic_devs.next; in blkid_dev_iterate_begin()
163 while (iter->p != &iter->cache->bic_devs) { in blkid_dev_next()
DblkidP.h93 struct list_head bic_devs; /* List head of all devices */ member