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

  /external/e2fsprogs/lib/blkid/
cache.c 138 while (!list_empty(&tag->bit_names)) {
139 blkid_tag bad = list_entry(tag->bit_names.next,
141 bit_names);
tag.c 27 INIT_LIST_HEAD(&tag->bit_names);
54 list_del(&tag->bit_names); /* list of tags with this type */
193 list_add_tail(&t->bit_names, &head->bit_names);
353 list_for_each(p, &head->bit_names) {
355 bit_names);
blkidP.h 32 * We can traverse all of the tags by bid_tags (linking to the tag bit_names).
56 * are linked via bit_names for a single device, so that traversing the
64 struct list_head bit_names; /* All tags with given NAME */ member in struct:blkid_struct_tag

Completed in 44 milliseconds