Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c205 loghandle->u.phd.phd_cookie.lgc_index = in llog_cat_id2handle()
235 index = loghandle->u.phd.phd_cookie.lgc_index; in llog_cat_close()
506 lrc = llog_cancel_rec(env, loghandle, cookies->lgc_index); in llog_cat_cancel_records()
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/ptlrpc/
Dwiretest.c3674 LASSERTF((int)offsetof(struct llog_cookie, lgc_index) == 24, "found %lld\n", in lustre_assert_wire_constants()
3675 (long long)(int)offsetof(struct llog_cookie, lgc_index)); in lustre_assert_wire_constants()
3676 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3677 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_index)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3209 __u32 lgc_index; member