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