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

  /external/e2fsprogs/lib/blkid/
blkidP.h 61 struct blkid_struct_tag struct
69 typedef struct blkid_struct_tag *blkid_tag;
tag.c 24 if (!(tag = (blkid_tag) calloc(1, sizeof(struct blkid_struct_tag))))
75 blkid_tag tmp = list_entry(p, struct blkid_struct_tag,
113 tmp = list_entry(p, struct blkid_struct_tag, bit_tags);
307 tag = list_entry(iter->p, struct blkid_struct_tag, bit_tags);
352 blkid_tag tmp = list_entry(p, struct blkid_struct_tag,
cache.c 135 struct blkid_struct_tag,
140 struct blkid_struct_tag,
dev.c 44 struct blkid_struct_tag,
77 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags);
save.c 46 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags);
read.c 464 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags);

Completed in 250 milliseconds