Home
last modified time | relevance | path

Searched refs:llog_log_hdr (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3614 LASSERTF((int)sizeof(struct llog_log_hdr) == 8192, "found %lld\n", in lustre_assert_wire_constants()
3615 (long long)(int)sizeof(struct llog_log_hdr)); in lustre_assert_wire_constants()
3616 LASSERTF((int)offsetof(struct llog_log_hdr, llh_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()
3617 (long long)(int)offsetof(struct llog_log_hdr, llh_hdr)); in lustre_assert_wire_constants()
3618 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3619 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_hdr)); in lustre_assert_wire_constants()
3620 LASSERTF((int)offsetof(struct llog_log_hdr, llh_timestamp) == 16, "found %lld\n", in lustre_assert_wire_constants()
3621 (long long)(int)offsetof(struct llog_log_hdr, llh_timestamp)); in lustre_assert_wire_constants()
3622 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp) == 8, "found %lld\n", in lustre_assert_wire_constants()
3623 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp)); in lustre_assert_wire_constants()
[all …]
Dllog_client.c264 struct llog_log_hdr *hdr; in llog_client_read_header()
Dlayout.c960 sizeof(struct llog_log_hdr), lustre_swab_llog_hdr, NULL);
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c239 struct llog_log_hdr *llh = (struct llog_log_hdr *)rec; in lustre_swab_llog_rec()
281 static void print_llog_hdr(struct llog_log_hdr *h) in print_llog_hdr()
297 void lustre_swab_llog_hdr(struct llog_log_hdr *h) in lustre_swab_llog_hdr()
Dllog.c123 struct llog_log_hdr *llh = handle->lgh_hdr; in llog_read_header()
144 struct llog_log_hdr *llh; in llog_init_handle()
214 struct llog_log_hdr *llh = loghandle->lgh_hdr; in llog_process_thread()
Dllog_cat.c199 struct llog_log_hdr *llh = cat_llh->lgh_hdr; in llog_cat_process_or_fork()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h223 struct llog_log_hdr *lgh_hdr;
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3165 struct llog_log_hdr { struct
3339 void lustre_swab_llog_hdr(struct llog_log_hdr *h);