Searched refs:bic_devs (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | cache.c | 74 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()
|
D | devname.c | 60 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()
|
D | save.c | 75 if (list_empty(&cache->bic_devs) || in blkid_flush_cache() 131 list_for_each(p, &cache->bic_devs) { in blkid_flush_cache()
|
D | dev.c | 123 iter->p = cache->bic_devs.next; in blkid_dev_iterate_begin() 165 while (iter->p != &iter->cache->bic_devs) { in blkid_dev_next()
|
D | blkidP.h | 99 struct list_head bic_devs; /* List head of all devices */ member
|