Home
last modified time | relevance | path

Searched refs:chd_next_log (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c309 loghandle = cathandle->u.chd.chd_next_log; in llog_cat_current_log()
311 cathandle->u.chd.chd_next_log = NULL; in llog_cat_current_log()
392 } else if (cathandle->u.chd.chd_next_log == NULL) { in llog_cat_declare_add_rec()
395 if (cathandle->u.chd.chd_next_log == NULL) { in llog_cat_declare_add_rec()
399 cathandle->u.chd.chd_next_log = loghandle; in llog_cat_declare_add_rec()
422 next = cathandle->u.chd.chd_next_log; in llog_cat_declare_add_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h81 struct llog_handle *chd_next_log; /* llog to be used next */ member