Searched refs:llh_flags (Results 1 – 6 of 6) sorted by relevance
85 if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_PLAIN) in llog_free_handle()87 else if (loghandle->lgh_hdr->llh_flags & LLOG_F_IS_CAT) in llog_free_handle()154 llh->llh_flags = flags; in llog_init_handle()157 if (unlikely((llh->llh_flags & LLOG_F_IS_PLAIN && in llog_init_handle()159 (llh->llh_flags & LLOG_F_IS_CAT && in llog_init_handle()163 llh->llh_flags & LLOG_F_IS_CAT ? in llog_init_handle()168 } else if (llh->llh_flags & in llog_init_handle()174 flags = llh->llh_flags; in llog_init_handle()
244 __swab32s(&llh->llh_flags); in lustre_swab_llog_rec()290 CDEBUG(D_OTHER, "\tllh_flags: %#x\n", h->llh_flags); in print_llog_hdr()
202 LASSERT(llh->llh_flags & LLOG_F_IS_CAT); in llog_cat_process_or_fork()
169 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_next_block()227 body->lgd_llh_flags = loghandle->lgh_hdr->llh_flags; in llog_client_prev_block()280 body->lgd_llh_flags = handle->lgh_hdr->llh_flags; in llog_client_read_header()
3636 LASSERTF((int)offsetof(struct llog_log_hdr, llh_flags) == 36, "found %lld\n", in lustre_assert_wire_constants()3637 (long long)(int)offsetof(struct llog_log_hdr, llh_flags)); in lustre_assert_wire_constants()3638 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()3639 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_flags)); in lustre_assert_wire_constants()
3171 __u32 llh_flags; member