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

  /external/e2fsprogs/lib/blkid/
cache.c 102 INIT_LIST_HEAD(&cache->bic_tags);
136 while (!list_empty(&cache->bic_tags)) {
137 blkid_tag tag = list_entry(cache->bic_tags.next,
blkidP.h 87 * We can traverse all of the tag types by bic_tags, which hold empty tags
94 struct list_head bic_tags; /* List head of all tag types */ member in struct:blkid_struct_cache
tag.c 113 list_for_each(p, &cache->bic_tags) {
191 &dev->bid_cache->bic_tags);

Completed in 39 milliseconds