Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c204 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()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3666 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3202 struct llog_logid lgc_lgl; member