Searched refs:llog_rec_tail (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 59 struct llog_rec_tail lgi_tail;
|
D | llog_swab.c | 128 struct llog_rec_tail *tail = NULL; in lustre_swab_llog_rec() 189 tail = (struct llog_rec_tail *)((char *)tail + in lustre_swab_llog_rec()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2989 struct llog_rec_tail { struct 3000 sizeof(struct llog_rec_tail)) argument 3008 struct llog_rec_tail lid_tail; 3016 struct llog_rec_tail lur_tail; 3026 struct llog_rec_tail lur_tail; 3037 struct llog_rec_tail lsr_tail; 3047 struct llog_rec_tail lsc_tail; 3071 struct llog_rec_tail cr_tail; /**< for_sizezof_only */ 3077 struct llog_rec_tail cr_tail; /**< for_sizezof_only */ 3087 struct llog_rec_tail cur_tail; [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3291 LASSERTF((int)sizeof(struct llog_rec_tail) == 8, "found %lld\n", in lustre_assert_wire_constants() 3292 (long long)(int)sizeof(struct llog_rec_tail)); in lustre_assert_wire_constants() 3293 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_len) == 0, "found %lld\n", in lustre_assert_wire_constants() 3294 (long long)(int)offsetof(struct llog_rec_tail, lrt_len)); in lustre_assert_wire_constants() 3295 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_len) == 4, "found %lld\n", in lustre_assert_wire_constants() 3296 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_len)); in lustre_assert_wire_constants() 3297 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3298 (long long)(int)offsetof(struct llog_rec_tail, lrt_index)); in lustre_assert_wire_constants() 3299 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3300 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_index)); in lustre_assert_wire_constants()
|