Searched defs:obd_device (Results 1 – 1 of 1) sorted by relevance
807 struct obd_device { struct808 struct obd_type *obd_type;809 __u32 obd_magic;812 char obd_name[MAX_OBD_NAME];813 struct obd_uuid obd_uuid;815 struct lu_device *obd_lu_dev;817 int obd_minor;819 unsigned long obd_attached:1, /* finished attach */820 obd_set_up:1, /* finished setup */821 obd_recovering:1, /* there are recoverable clients */[all …]