Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c76 list_for_each_entry(loghandle, &cathandle->u.chd.chd_head, in llog_cat_id2handle()
114 list_add(&loghandle->u.phd.phd_entry, &cathandle->u.chd.chd_head); in llog_cat_id2handle()
132 list_for_each_entry_safe(loghandle, n, &cathandle->u.chd.chd_head, in llog_cat_close()
Dllog.c88 LASSERT(list_empty(&loghandle->u.chd.chd_head)); in llog_free_handle()
192 LASSERT(list_empty(&handle->u.chd.chd_head)); in llog_init_handle()
193 INIT_LIST_HEAD(&handle->u.chd.chd_head); in llog_init_handle()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h78 struct list_head chd_head; member