Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h80 struct obd_capa { struct
81 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;