Searched refs:llog_logid_rec (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 68 struct llog_logid_rec rec = { { 0 }, }; in llog_cat_new_log() 534 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in llog_cat_process_cb() 630 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in llog_cat_reverse_process_cb() 757 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in cat_cancel_cb()
|
D | llog_swab.c | 255 struct llog_logid_rec *lid = (struct llog_logid_rec *)rec; in lustre_swab_llog_rec()
|
D | llog.c | 255 llh->llh_size = sizeof(struct llog_logid_rec); in llog_init_handle()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3305 LASSERTF((int)sizeof(struct llog_logid_rec) == 64, "found %lld\n", in lustre_assert_wire_constants() 3306 (long long)(int)sizeof(struct llog_logid_rec)); in lustre_assert_wire_constants() 3307 LASSERTF((int)offsetof(struct llog_logid_rec, lid_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3308 (long long)(int)offsetof(struct llog_logid_rec, lid_hdr)); in lustre_assert_wire_constants() 3309 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3310 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_hdr)); in lustre_assert_wire_constants() 3311 LASSERTF((int)offsetof(struct llog_logid_rec, lid_id) == 16, "found %lld\n", in lustre_assert_wire_constants() 3312 (long long)(int)offsetof(struct llog_logid_rec, lid_id)); in lustre_assert_wire_constants() 3313 LASSERTF((int)sizeof(((struct llog_logid_rec *)0)->lid_id) == 20, "found %lld\n", in lustre_assert_wire_constants() 3314 (long long)(int)sizeof(((struct llog_logid_rec *)0)->lid_id)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3023 struct llog_logid_rec { struct
|