Home
last modified time | relevance | path

Searched refs:lid_tail (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c127 rec.lid_tail.lrt_len = sizeof(rec); in llog_cat_new_log()
128 rec.lid_tail.lrt_index = index; in llog_cat_new_log()
Dllog_swab.c258 tail = &lid->lid_tail; in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3327 LASSERTF((int)offsetof(struct llog_logid_rec, lid_tail) == 56, "found %lld\n", in lustre_assert_wire_constants()
3328 (long long)(int)offsetof(struct llog_logid_rec, lid_tail)); in lustre_assert_wire_constants()
3329 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()
3330 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_tail)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3029 struct llog_rec_tail lid_tail; member