OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bic_tags
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/blkid/
cache.c
104
INIT_LIST_HEAD(&cache->
bic_tags
);
138
while (!list_empty(&cache->
bic_tags
)) {
139
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
112
list_for_each(p, &cache->
bic_tags
) {
190
&dev->bid_cache->
bic_tags
);
Completed in 79 milliseconds