Searched refs:llh_tgtuuid (Results 1 – 4 of 4) sorted by relevance
193 memcpy(&llh->llh_tgtuuid, uuid, in llog_read_header()194 sizeof(llh->llh_tgtuuid)); in llog_read_header()243 !obd_uuid_equals(uuid, &llh->llh_tgtuuid))) { in llog_init_handle()247 (char *)llh->llh_tgtuuid.uuid); in llog_init_handle()
97 &cathandle->lgh_hdr->llh_tgtuuid); in llog_cat_new_log()
3646 LASSERTF((int)offsetof(struct llog_log_hdr, llh_tgtuuid) == 44, "found %lld\n", in lustre_assert_wire_constants()3647 (long long)(int)offsetof(struct llog_log_hdr, llh_tgtuuid)); in lustre_assert_wire_constants()3648 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_tgtuuid) == 40, "found %lld\n", in lustre_assert_wire_constants()3649 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_tgtuuid)); in lustre_assert_wire_constants()
3195 struct obd_uuid llh_tgtuuid; member