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

  /external/e2fsprogs/lib/blkid/
dev.c 26 INIT_LIST_HEAD(&dev->bid_tags);
42 while (!list_empty(&dev->bid_tags)) {
43 blkid_tag tag = list_entry(dev->bid_tags.next,
76 list_for_each(p, &dev->bid_tags) {
tag.c 74 list_for_each(p, &dev->bid_tags) {
174 list_add_tail(&t->bit_tags, &dev->bid_tags);
289 iter->p = dev->bid_tags.next;
305 iter->p == &iter->dev->bid_tags)
blkidP.h 32 * We can traverse all of the tags by bid_tags (linking to the tag bit_names).
39 struct list_head bid_tags; /* All tags for this device */ member in struct:blkid_struct_dev
save.c 45 list_for_each(p, &dev->bid_tags) {
read.c 463 list_for_each(p, &dev->bid_tags) {

Completed in 633 milliseconds