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 72 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
129 bid_devs);
163 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
dev.c 25 INIT_LIST_HEAD(&dev->bid_devs);
41 list_del(&dev->bid_devs);
164 dev = list_entry(iter->p, struct blkid_struct_dev, bid_devs);
devname.c 57 tmp = list_entry(p, struct blkid_struct_dev, bid_devs);
76 list_add_tail(&dev->bid_devs, &cache->bic_devs);
95 dev2 = list_entry(p, struct blkid_struct_dev, bid_devs);
193 bid_devs);
476 bid_devs);
blkidP.h 38 struct list_head bid_devs; /* All devices in the cache */ member in struct:blkid_struct_dev
save.c 121 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);

Completed in 25 milliseconds