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

  /external/e2fsprogs/lib/blkid/
devname.c 104 if (dev->bid_uuid && dev2->bid_uuid &&
105 strcmp(dev->bid_uuid, dev2->bid_uuid))
109 (dev->bid_uuid && !dev2->bid_uuid) ||
110 (!dev->bid_uuid && dev2->bid_uuid))
blkidP.h 33 * The bid_label and bid_uuid fields are shortcuts to the LABEL and UUID tag
48 char *bid_uuid; /* Shortcut to binary UUID */ member in struct:blkid_struct_dev
tag.c 152 dev_var = &dev->bid_uuid;
probe.c     [all...]

Completed in 535 milliseconds