Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c231 tail = &lsr->lsr_tail; in lustre_swab_llog_rec()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3416 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()
3417 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_tail)); in lustre_assert_wire_constants()
3418 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()
3419 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_tail)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3037 struct llog_rec_tail lsr_tail; member