Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h121 struct llog_rec_hdr *rec, void *data);
177 struct llog_rec_hdr *rec, struct llog_cookie *reccookie,
181 struct llog_rec_hdr *rec, struct thandle *th);
183 struct llog_rec_hdr *rec, struct llog_cookie *reccookie,
265 struct llog_rec_hdr *rec,
269 struct llog_rec_hdr *rec,
278 struct llog_rec_hdr *rec, struct thandle *th);
280 struct llog_rec_hdr *rec, struct llog_cookie *cookie,
520 struct llog_rec_hdr *rec, int idx,
523 struct llog_rec_hdr *rec, struct llog_cookie *logcookies,
[all …]
Dobd_class.h118 struct llog_rec_hdr;
120 struct llog_rec_hdr *, void *);
138 struct llog_rec_hdr *rec, void *data);
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_internal.h59 struct llog_rec_hdr lgi_lrh;
91 struct llog_rec_hdr *rec, void *data);
92 int class_config_parse_rec(struct llog_rec_hdr *rec, char *buf, int size);
Dllog.c302 struct llog_rec_hdr *rec; in llog_process_thread()
327 for (rec = (struct llog_rec_hdr *)buf; in llog_process_thread()
329 rec = (struct llog_rec_hdr *)((char *)rec + rec->lrh_len)){ in llog_process_thread()
499 struct llog_rec_hdr *rec; in llog_reverse_process()
648 struct llog_rec_hdr *rec, int idx, in llog_declare_write_rec()
672 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, in llog_write_rec()
687 buflen = rec->lrh_len + sizeof(struct llog_rec_hdr) + in llog_write_rec()
705 struct llog_rec_hdr *rec, struct llog_cookie *logcookies, in llog_add()
724 struct llog_rec_hdr *rec, struct thandle *th) in llog_declare_add()
818 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_write()
[all …]
Dllog_cat.c324 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_cat_add_rec()
374 struct llog_rec_hdr *rec, struct thandle *th) in llog_cat_declare_add_rec()
436 struct llog_rec_hdr *rec, struct llog_cookie *reccookie, in llog_cat_add()
531 struct llog_rec_hdr *rec, void *data) in llog_cat_process_cb()
627 struct llog_rec_hdr *rec, void *data) in llog_cat_reverse_process_cb()
755 struct llog_rec_hdr *rec, void *data) in cat_cancel_cb()
Dllog_swab.c129 void lustre_swab_llog_rec(struct llog_rec_hdr *rec) in lustre_swab_llog_rec()
Dobd_config.c1388 struct llog_rec_hdr *rec, void *data) in class_config_llog_handler()
1623 int class_config_parse_rec(struct llog_rec_hdr *rec, char *buf, int size) in class_config_parse_rec()
1669 struct llog_rec_hdr *rec, void *data) in class_config_dump_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3003 struct llog_rec_hdr { struct
3017 ((void *)((char *)ptr + sizeof(struct llog_rec_hdr))) argument
3020 (rec->lrh_len - sizeof(struct llog_rec_hdr) - \
3024 struct llog_rec_hdr lid_hdr;
3033 struct llog_rec_hdr lur_hdr;
3041 struct llog_rec_hdr lur_hdr;
3051 struct llog_rec_hdr lsr_hdr;
3062 struct llog_rec_hdr lsc_hdr;
3090 struct llog_rec_hdr cr_hdr;
3096 struct llog_rec_hdr cr_hdr;
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3273 LASSERTF((int)sizeof(struct llog_rec_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3274 (long long)(int)sizeof(struct llog_rec_hdr)); in lustre_assert_wire_constants()
3275 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_len) == 0, "found %lld\n", in lustre_assert_wire_constants()
3276 (long long)(int)offsetof(struct llog_rec_hdr, lrh_len)); in lustre_assert_wire_constants()
3277 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_len) == 4, "found %lld\n", in lustre_assert_wire_constants()
3278 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_len)); in lustre_assert_wire_constants()
3279 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3280 (long long)(int)offsetof(struct llog_rec_hdr, lrh_index)); in lustre_assert_wire_constants()
3281 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3282 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_index)); in lustre_assert_wire_constants()
[all …]
Dllog_client.c299 struct llog_rec_hdr *llh_hdr; in llog_client_read_header()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1555 struct llog_rec_hdr *hdr, void *data) in changelog_kkuc_cb()