Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c199 __swab64s(&cur->cur_endrec); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3578 LASSERTF((int)offsetof(struct llog_changelog_user_rec, cur_endrec) == 24, "found %lld\n", in lustre_assert_wire_constants()
3579 (long long)(int)offsetof(struct llog_changelog_user_rec, cur_endrec)); in lustre_assert_wire_constants()
3580 LASSERTF((int)sizeof(((struct llog_changelog_user_rec *)0)->cur_endrec) == 8, "found %lld\n", in lustre_assert_wire_constants()
3581 (long long)(int)sizeof(((struct llog_changelog_user_rec *)0)->cur_endrec)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3102 __u64 cur_endrec; member