Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c272 loghandle = cathandle->u.chd.chd_current_log; in llog_cat_current_log()
292 loghandle = cathandle->u.chd.chd_current_log; in llog_cat_current_log()
310 cathandle->u.chd.chd_current_log = loghandle; in llog_cat_current_log()
379 if (cathandle->u.chd.chd_current_log == NULL) { in llog_cat_declare_add_rec()
382 if (cathandle->u.chd.chd_current_log == NULL) { in llog_cat_declare_add_rec()
386 cathandle->u.chd.chd_current_log = loghandle; in llog_cat_declare_add_rec()
409 if (!llog_exist(cathandle->u.chd.chd_current_log)) { in llog_cat_declare_add_rec()
410 rc = llog_declare_create(env, cathandle->u.chd.chd_current_log, in llog_cat_declare_add_rec()
417 rc = llog_declare_write_rec(env, cathandle->u.chd.chd_current_log, in llog_cat_declare_add_rec()
737 if (cathandle->u.chd.chd_current_log == loghandle) in llog_cat_cleanup()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h80 struct llog_handle *chd_current_log; /* currently open log */ member