Searched refs:lgc_index (Results 1 – 3 of 3) sorted by relevance
205 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()
3674 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()
3209 __u32 lgc_index; member