Searched defs:llog_ctxt (Results 1 – 1 of 1) sorted by relevance
241 struct llog_ctxt { struct242 int loc_idx; /* my index the obd array of ctxt's */243 struct obd_device *loc_obd; /* points back to the containing obd*/244 struct obd_llog_group *loc_olg; /* group containing that ctxt */268 static inline struct llog_ctxt *llog_ctxt_get(struct llog_ctxt *ctxt) in llog_ctxt_get() argument