[go: nahoru, domu]

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

/drivers/staging/lustre/lustre/include/
H A Dlustre_capa.h80 struct obd_capa { struct
174 typedef int (* renew_capa_cb_t)(struct obd_capa *, struct lustre_capa *);
185 struct obd_capa *capa_add(struct hlist_head *hash,
187 struct obd_capa *capa_lookup(struct hlist_head *hash,
193 void capa_cpy(void *dst, struct obd_capa *ocapa);
194 static inline struct obd_capa *alloc_capa(int site)
196 struct obd_capa *ocapa;
217 static inline struct obd_capa *capa_get(struct obd_capa *ocapa)
226 static inline void capa_put(struct obd_capa *ocap
[all...]

Completed in 36 milliseconds