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

  /external/e2fsprogs/lib/blkid/
cache.c 75 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
132 bid_devs);
166 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
dev.c 26 INIT_LIST_HEAD(&dev->bid_devs);
42 list_del(&dev->bid_devs);
165 dev = list_entry(iter->p, struct blkid_struct_dev, bid_devs);
devname.c 61 tmp = list_entry(p, struct blkid_struct_dev, bid_devs);
80 list_add_tail(&dev->bid_devs, &cache->bic_devs);
97 dev2 = list_entry(p, struct blkid_struct_dev, bid_devs);
195 bid_devs);
478 bid_devs);
blkidP.h 38 struct list_head bid_devs; /* All devices in the cache */ member in struct:blkid_struct_dev
save.c 132 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);

Completed in 69 milliseconds