Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c163 u.phd.phd_entry) { in llog_cat_id2handle()
200 list_add(&loghandle->u.phd.phd_entry, &cathandle->u.chd.chd_head); in llog_cat_id2handle()
219 u.phd.phd_entry) { in llog_cat_close()
224 list_del_init(&loghandle->u.phd.phd_entry); in llog_cat_close()
387 list_add_tail(&loghandle->u.phd.phd_entry, in llog_cat_declare_add_rec()
400 list_add_tail(&loghandle->u.phd.phd_entry, in llog_cat_declare_add_rec()
739 list_del_init(&loghandle->u.phd.phd_entry); in llog_cat_cleanup()
Dllog.c69 INIT_LIST_HEAD(&loghandle->u.phd.phd_entry); in llog_alloc_handle()
87 LASSERT(list_empty(&loghandle->u.phd.phd_entry)); in llog_free_handle()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h73 struct list_head phd_entry; member