Searched defs:obd_capa (Results 1 – 1 of 1) sorted by relevance
80 struct obd_capa { struct81 struct list_head c_list; /* link to capa_list */83 struct lustre_capa c_capa; /* capa */84 atomic_t c_refc; /* ref count */85 unsigned long c_expiry; /* jiffies */86 spinlock_t c_lock; /* protect capa content */87 int c_site;89 union {92 } u;