Home
last modified time | relevance | path

Searched refs:obd_llog_group (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_log.h142 struct obd_llog_group *olg, int index,
159 struct obd_llog_group *olg, int ctxt_idx,
244 struct obd_llog_group *loc_olg; /* group containing that ctxt */
286 static inline void llog_group_init(struct obd_llog_group *olg, int group) in llog_group_init()
294 static inline int llog_group_set_ctxt(struct obd_llog_group *olg, in llog_group_set_ctxt()
309 static inline struct llog_ctxt *llog_group_get_ctxt(struct obd_llog_group *olg, in llog_group_get_ctxt()
325 static inline void llog_group_clear_ctxt(struct obd_llog_group *olg, int index) in llog_group_clear_ctxt()
339 static inline int llog_group_ctxt_null(struct obd_llog_group *olg, int index) in llog_group_ctxt_null()
Dobd.h700 struct obd_llog_group { struct
766 struct obd_llog_group obd_olg; /* default llog group */
/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c73 struct obd_llog_group *olg = ctxt->loc_olg; in __llog_ctxt_put()
110 struct obd_llog_group *olg; in llog_cleanup()
145 struct obd_llog_group *olg, int index, in llog_setup()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2275 struct obd_llog_group *olg = &obd->obd_olg; in mdc_llog_init()