Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c118 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3664 LASSERTF((int)offsetof(struct llog_cookie, lgc_lgl) == 0, "found %lld\n", in lustre_assert_wire_constants()
3665 (long long)(int)offsetof(struct llog_cookie, lgc_lgl)); in lustre_assert_wire_constants()
3666 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_lgl) == 20, "found %lld\n", in lustre_assert_wire_constants()
3667 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_lgl)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3186 struct llog_logid lgc_lgl; member