Searched refs:bic_tags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c42 INIT_LIST_HEAD(&cache->bic_tags);
76 while (!list_empty(&cache->bic_tags)) {
77 blkid_tag tag = list_entry(cache->bic_tags.next,
H A DblkidP.h87 * 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
H A Dtag.c95 list_for_each(p, &cache->bic_tags) {
158 &dev->bid_cache->bic_tags);

Completed in 117 milliseconds