Searched defs:lov_tgt_desc (Results 1 – 1 of 1) sorted by relevance
521 struct lov_tgt_desc { struct522 struct list_head ltd_kill;523 struct obd_uuid ltd_uuid;524 struct obd_device *ltd_obd;525 struct obd_export *ltd_exp;526 struct ltd_qos ltd_qos; /* qos info per target */527 __u32 ltd_gen;528 __u32 ltd_index; /* index in lov_obd->tgts */529 unsigned long ltd_active:1,/* is this target up for requests */530 ltd_activate:1,/* should target be activated */[all …]