HomeSort by relevance Sort by last modified time
    Searched refs:bic_devs (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/blkid/
cache.c 71 list_for_each(p, &cache->bic_devs) {
98 INIT_LIST_HEAD(&cache->bic_devs);
126 while (!list_empty(&cache->bic_devs)) {
127 blkid_dev dev = list_entry(cache->bic_devs.next,
163 list_for_each(p, &cache->bic_devs) {
save.c 69 if (list_empty(&cache->bic_devs) ||
119 list_for_each(p, &cache->bic_devs) {
blkidP.h 93 struct list_head bic_devs; /* List head of all devices */ member in struct:blkid_struct_cache
dev.c 121 iter->p = cache->bic_devs.next;
167 while (iter->p != &iter->cache->bic_devs) {
devname.c 59 list_for_each(p, &cache->bic_devs) {
77 list_add_tail(&dev->bid_devs, &cache->bic_devs);
102 list_for_each(p, &cache->bic_devs) {

Completed in 45 milliseconds