Home
last modified time | relevance | path

Searched refs:llog_rec_hdr (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h199 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,
Dobd_class.h101 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/
Dllog_internal.h58 struct llog_rec_hdr lgi_lrh;
71 struct llog_rec_hdr *rec, void *data);
Dllog.c241 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()
Dllog_cat.c148 struct llog_rec_hdr *rec, void *data) in llog_cat_process_cb()
Dobd_config.c1066 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()
Dllog_swab.c126 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/
Dlustre_idl.h2982 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/
Dwiretest.c3271 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 …]
Dllog_client.c265 struct llog_rec_hdr *llh_hdr; in llog_client_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1460 struct llog_rec_hdr *hdr, void *data) in changelog_kkuc_cb()