Home
last modified time | relevance | path

Searched refs:chd (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c162 list_for_each_entry(loghandle, &cathandle->u.chd.chd_head, in llog_cat_id2handle()
200 list_add(&loghandle->u.phd.phd_entry, &cathandle->u.chd.chd_head); in llog_cat_id2handle()
218 list_for_each_entry_safe(loghandle, n, &cathandle->u.chd.chd_head, in llog_cat_close()
272 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()
309 loghandle = cathandle->u.chd.chd_next_log; in llog_cat_current_log()
310 cathandle->u.chd.chd_current_log = loghandle; in llog_cat_current_log()
311 cathandle->u.chd.chd_next_log = NULL; 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()
[all …]
Dllog.c89 LASSERT(list_empty(&loghandle->u.chd.chd_head)); in llog_free_handle()
253 LASSERT(list_empty(&handle->u.chd.chd_head)); in llog_init_handle()
254 INIT_LIST_HEAD(&handle->u.chd.chd_head); in llog_init_handle()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h298 struct cat_handle_data chd; member