Searched defs:blkid_struct_dev (Results 1 – 1 of 1) sorted by relevance
42 struct blkid_struct_dev struct44 struct list_head bid_devs; /* All devices in the cache */45 struct list_head bid_tags; /* All tags for this device */46 blkid_cache bid_cache; /* Dev belongs to this cache */47 char *bid_name; /* Device inode pathname */48 char *bid_type; /* Preferred device TYPE */49 int bid_pri; /* Device priority */50 dev_t bid_devno; /* Device major/minor number */51 time_t bid_time; /* Last update time of device */52 unsigned int bid_flags; /* Device status bitflags */[all …]