Searched refs:llh_count (Results 1 – 6 of 6) sorted by relevance
245 __swab32s(&llh->llh_count); in lustre_swab_llog_rec()291 CDEBUG(D_OTHER, "\tllh_count: %#x\n", h->llh_count); in print_llog_hdr()
130 llh->llh_count--; in llog_cancel_rec()133 (llh->llh_count == 1) && in llog_cancel_rec()162 llh->llh_count++; in llog_cancel_rec()187 llh->llh_count = 1; /* for the header record */ in llog_read_header()
105 llh->llh_count++; in llog_cat_new_log()228 (llh->llh_count == 1)) { in llog_cat_close()785 (llh->llh_count == 1)) { in cat_cancel_cb()
358 return loghandle->lgh_hdr->llh_count; in llog_get_size()
3626 LASSERTF((int)offsetof(struct llog_log_hdr, llh_count) == 24, "found %lld\n", in lustre_assert_wire_constants()3627 (long long)(int)offsetof(struct llog_log_hdr, llh_count)); in lustre_assert_wire_constants()3628 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_count) == 4, "found %lld\n", in lustre_assert_wire_constants()3629 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_count)); in lustre_assert_wire_constants()
3189 __u32 llh_count; member