Searched refs:llog_log_hdr (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3614 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 …]
|
D | llog_client.c | 264 struct llog_log_hdr *hdr; in llog_client_read_header()
|
D | layout.c | 960 sizeof(struct llog_log_hdr), lustre_swab_llog_hdr, NULL);
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 239 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()
|
D | llog.c | 123 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()
|
D | llog_cat.c | 199 struct llog_log_hdr *llh = cat_llh->lgh_hdr; in llog_cat_process_or_fork()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 223 struct llog_log_hdr *lgh_hdr;
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3165 struct llog_log_hdr { struct 3339 void lustre_swab_llog_hdr(struct llog_log_hdr *h);
|