Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c145 __swab32s(&lsc->lsc_ioepoch); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3434 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_ioepoch) == 32, "found %lld\n", in lustre_assert_wire_constants()
3435 (long long)(int)offsetof(struct llog_size_change_rec, lsc_ioepoch)); in lustre_assert_wire_constants()
3436 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_ioepoch) == 4, "found %lld\n", in lustre_assert_wire_constants()
3437 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_ioepoch)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3059 __u32 lsc_ioepoch; member