Home
last modified time | relevance | path

Searched defs:obd_device (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dobd.h716 struct obd_device { struct
717 struct obd_type *obd_type;
718 __u32 obd_magic;
721 char obd_name[MAX_OBD_NAME];
722 struct obd_uuid obd_uuid;
724 struct lu_device *obd_lu_dev;
726 int obd_minor;
728 unsigned long obd_attached:1, /* finished attach */
729 obd_set_up:1, /* finished setup */
730 obd_version_recov:1, /* obd uses version checking */
[all …]