Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c264 tail = &lgr->lgr_tail; in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3610 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()
3611 (long long)(int)offsetof(struct llog_gen_rec, lgr_tail)); in lustre_assert_wire_constants()
3612 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()
3613 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_tail)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3164 struct llog_rec_tail lgr_tail; member