Searched refs:llog_rec_tail (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 60 struct llog_rec_tail lgi_tail;
|
D | llog_swab.c | 131 struct llog_rec_tail *tail = NULL; in lustre_swab_llog_rec() 192 tail = (struct llog_rec_tail *)((char *)tail + in lustre_swab_llog_rec()
|
D | llog.c | 500 struct llog_rec_tail *tail; in llog_reverse_process() 688 sizeof(struct llog_rec_tail); in llog_write_rec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3010 struct llog_rec_tail { struct 3021 sizeof(struct llog_rec_tail)) argument 3029 struct llog_rec_tail lid_tail; 3037 struct llog_rec_tail lur_tail; 3047 struct llog_rec_tail lur_tail; 3058 struct llog_rec_tail lsr_tail; 3068 struct llog_rec_tail lsc_tail; 3092 struct llog_rec_tail cr_tail; /**< for_sizezof_only */ 3098 struct llog_rec_tail cr_tail; /**< for_sizezof_only */ 3108 struct llog_rec_tail cur_tail; [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3293 LASSERTF((int)sizeof(struct llog_rec_tail) == 8, "found %lld\n", in lustre_assert_wire_constants() 3294 (long long)(int)sizeof(struct llog_rec_tail)); in lustre_assert_wire_constants() 3295 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_len) == 0, "found %lld\n", in lustre_assert_wire_constants() 3296 (long long)(int)offsetof(struct llog_rec_tail, lrt_len)); in lustre_assert_wire_constants() 3297 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_len) == 4, "found %lld\n", in lustre_assert_wire_constants() 3298 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_len)); in lustre_assert_wire_constants() 3299 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3300 (long long)(int)offsetof(struct llog_rec_tail, lrt_index)); in lustre_assert_wire_constants() 3301 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3302 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_index)); in lustre_assert_wire_constants()
|