Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h201 struct obd_llog_group *olg, int index,
223 struct obd_llog_group *olg, int ctxt_idx,
312 struct obd_llog_group *loc_olg; /* group containing that ctxt */
380 static inline void llog_group_init(struct obd_llog_group *olg, int group) in llog_group_init()
388 static inline int llog_group_set_ctxt(struct obd_llog_group *olg, in llog_group_set_ctxt()
403 static inline struct llog_ctxt *llog_group_get_ctxt(struct obd_llog_group *olg, in llog_group_get_ctxt()
419 static inline void llog_group_clear_ctxt(struct obd_llog_group *olg, int index) in llog_group_clear_ctxt()
433 static inline int llog_group_ctxt_null(struct obd_llog_group *olg, int index) in llog_group_ctxt_null()
Dobd.h791 struct obd_llog_group { struct
864 struct obd_llog_group obd_olg; /* default llog group */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c74 struct obd_llog_group *olg = ctxt->loc_olg; in __llog_ctxt_put()
111 struct obd_llog_group *olg; in llog_cleanup()
146 struct obd_llog_group *olg, int index, in llog_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2402 struct obd_llog_group *olg = &obd->obd_olg; in mdc_llog_init()