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);
41 while (!list_empty(&dev->bid_tags)) {
42 blkid_tag tag = list_entry(dev->bid_tags.next,
76 list_for_each(p, &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
tag.c 75 list_for_each(p, &dev->bid_tags) {
175 list_add_tail(&t->bit_tags, &dev->bid_tags);
291 iter->p = dev->bid_tags.next;
307 iter->p == &iter->dev->bid_tags)
save.c 44 list_for_each(p, &dev->bid_tags) {
read.c 463 list_for_each(p, &dev->bid_tags) {

Completed in 54 milliseconds