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

  /external/e2fsprogs/lib/blkid/
cache.c 143 while (!list_empty(&tag->bit_names)) {
144 blkid_tag bad = list_entry(tag->bit_names.next,
146 bit_names);
tag.c 28 INIT_LIST_HEAD(&tag->bit_names);
55 list_del(&tag->bit_names); /* list of tags with this type */
192 list_add_tail(&t->bit_names, &head->bit_names);
351 list_for_each(p, &head->bit_names) {
353 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
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 1837 struct bit_names { struct
    [all...]

Completed in 71 milliseconds