Searched refs:chd_head (Results 1 – 3 of 3) sorted by relevance
76 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()
88 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()
78 struct list_head chd_head; member