Searched refs:llog_rec_hdr (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 199 struct llog_rec_hdr *rec, 203 struct llog_rec_hdr *rec, 212 struct llog_rec_hdr *rec, struct thandle *th); 214 struct llog_rec_hdr *rec, struct llog_cookie *cookie, 371 struct llog_rec_hdr *rec, int idx, 374 struct llog_rec_hdr *rec, struct llog_cookie *logcookies,
|
D | obd_class.h | 101 struct llog_rec_hdr; 103 struct llog_rec_hdr *, void *); 114 struct llog_rec_hdr *rec, void *data);
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 58 struct llog_rec_hdr lgi_lrh; 71 struct llog_rec_hdr *rec, void *data);
|
D | llog.c | 241 struct llog_rec_hdr *rec; in llog_process_thread() 266 for (rec = (struct llog_rec_hdr *)buf; in llog_process_thread() 268 rec = (struct llog_rec_hdr *)((char *)rec + rec->lrh_len)) { in llog_process_thread()
|
D | llog_cat.c | 148 struct llog_rec_hdr *rec, void *data) in llog_cat_process_cb()
|
D | obd_config.c | 1066 struct llog_rec_hdr *rec, void *data) in class_config_llog_handler() 1298 static int class_config_parse_rec(struct llog_rec_hdr *rec, char *buf, in class_config_parse_rec() 1348 struct llog_rec_hdr *rec, void *data) in class_config_dump_handler()
|
D | llog_swab.c | 126 void lustre_swab_llog_rec(struct llog_rec_hdr *rec) in lustre_swab_llog_rec()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2982 struct llog_rec_hdr { struct 2996 ((void *)((char *)ptr + sizeof(struct llog_rec_hdr))) argument 2999 (rec->lrh_len - sizeof(struct llog_rec_hdr) - \ 3003 struct llog_rec_hdr lid_hdr; 3012 struct llog_rec_hdr lur_hdr; 3020 struct llog_rec_hdr lur_hdr; 3030 struct llog_rec_hdr lsr_hdr; 3041 struct llog_rec_hdr lsc_hdr; 3069 struct llog_rec_hdr cr_hdr; 3075 struct llog_rec_hdr cr_hdr; [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3271 LASSERTF((int)sizeof(struct llog_rec_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3272 (long long)(int)sizeof(struct llog_rec_hdr)); in lustre_assert_wire_constants() 3273 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_len) == 0, "found %lld\n", in lustre_assert_wire_constants() 3274 (long long)(int)offsetof(struct llog_rec_hdr, lrh_len)); in lustre_assert_wire_constants() 3275 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_len) == 4, "found %lld\n", in lustre_assert_wire_constants() 3276 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_len)); in lustre_assert_wire_constants() 3277 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3278 (long long)(int)offsetof(struct llog_rec_hdr, lrh_index)); in lustre_assert_wire_constants() 3279 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_index) == 4, "found %lld\n", in lustre_assert_wire_constants() 3280 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_index)); in lustre_assert_wire_constants() [all …]
|
D | llog_client.c | 265 struct llog_rec_hdr *llh_hdr; in llog_client_read_header()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1460 struct llog_rec_hdr *hdr, void *data) in changelog_kkuc_cb()
|