Searched refs:lgd_llh_flags (Results 1 – 4 of 4) sorted by relevance
164 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_destroy()166 if (!(body->lgd_llh_flags & LLOG_F_IS_PLAIN)) in llog_client_destroy()168 body->lgd_llh_flags); in llog_client_destroy()203 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_next_block()261 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_prev_block()314 body->lgd_llh_flags = handle->lgh_hdr->llh_flags; in llog_client_read_header()
3694 LASSERTF((int)offsetof(struct llogd_body, lgd_llh_flags) == 24, "found %lld\n", in lustre_assert_wire_constants()3695 (long long)(int)offsetof(struct llogd_body, lgd_llh_flags)); in lustre_assert_wire_constants()3696 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_llh_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()3697 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_llh_flags)); in lustre_assert_wire_constants()
55 CDEBUG(D_OTHER, "\tlgd_llh_flags: %#x\n", d->lgd_llh_flags); in print_llogd_body()94 __swab32s(&d->lgd_llh_flags); in lustre_swab_llogd_body()
3231 __u32 lgd_llh_flags; member