Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c143 tail = &lsc->lsc_tail; in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3448 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()
3449 (long long)(int)offsetof(struct llog_size_change_rec, lsc_tail)); in lustre_assert_wire_constants()
3450 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()
3451 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_tail)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3047 struct llog_rec_tail lsc_tail; member