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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c41 INIT_LIST_HEAD(&cache->bic_devs);
69 while (!list_empty(&cache->bic_devs)) {
70 blkid_dev dev = list_entry(cache->bic_devs.next,
H A Ddev.c119 iter->p = cache->bic_devs.next;
131 iter->p == &iter->cache->bic_devs)
H A Dsave.c70 if (list_empty(&cache->bic_devs) ||
118 list_for_each(p, &cache->bic_devs) {
H A DblkidP.h93 struct list_head bic_devs; /* List head of all devices */ member in struct:blkid_struct_cache
H A Ddevname.c51 list_for_each(p, &cache->bic_devs) {
68 list_add_tail(&dev->bid_devs, &cache->bic_devs);
89 list_for_each(p, &cache->bic_devs) {

Completed in 48 milliseconds