Searched refs:lgc_lgl (Results 1 – 3 of 3) sorted by relevance
204 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle()495 struct llog_logid *lgl = &cookies->lgc_lgl; in llog_cat_cancel_records()
3666 LASSERTF((int)offsetof(struct llog_cookie, lgc_lgl) == 0, "found %lld\n", in lustre_assert_wire_constants()3667 (long long)(int)offsetof(struct llog_cookie, lgc_lgl)); in lustre_assert_wire_constants()3668 LASSERTF((int)sizeof(((struct llog_cookie *)0)->lgc_lgl) == 20, "found %lld\n", in lustre_assert_wire_constants()3669 (long long)(int)sizeof(((struct llog_cookie *)0)->lgc_lgl)); in lustre_assert_wire_constants()
3202 struct llog_logid lgc_lgl; member