Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c119 loghandle->u.phd.phd_cookie.lgc_index = in llog_cat_id2handle()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3672 LASSERTF((int)offsetof(struct llog_cookie, lgc_index) == 24, "found %lld\n", in lustre_assert_wire_constants()
3673 (long long)(int)offsetof(struct llog_cookie, lgc_index)); in lustre_assert_wire_constants()
3674 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3675 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_index)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3188 __u32 lgc_index; member