Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c132 &loghandle->u.phd.phd_cookie, 1, NULL, index, th); in llog_cat_new_log()
204 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle()
205 loghandle->u.phd.phd_cookie.lgc_index = in llog_cat_id2handle()
235 index = loghandle->u.phd.phd_cookie.lgc_index; in llog_cat_close()
508 index = loghandle->u.phd.phd_cookie.lgc_index; in llog_cat_cancel_records()
741 LASSERT(index == loghandle->u.phd.phd_cookie.lgc_index); in llog_cat_cleanup()
792 loghandle->u.phd.phd_cookie.lgc_index); in cat_cancel_cb()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h75 struct llog_cookie phd_cookie; /* cookie of this log in its cat */ member