Searched refs:obd_llog_group (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 142 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()
|
D | obd.h | 700 struct obd_llog_group { struct 766 struct obd_llog_group obd_olg; /* default llog group */
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_obd.c | 73 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/ |
D | mdc_request.c | 2275 struct obd_llog_group *olg = &obd->obd_olg; in mdc_llog_init()
|