Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h521 struct lov_tgt_desc { struct
522 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 …]