Home
last modified time | relevance | path

Searched refs:llh_cat_idx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c77 if (llh->llh_cat_idx == index) { in llog_cat_new_log()
136 loghandle->lgh_hdr->llh_cat_idx = index; in llog_cat_new_log()
206 loghandle->lgh_hdr->llh_cat_idx; in llog_cat_id2handle()
591 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_process_or_fork()
597 cd.lpcd_first_idx = llh->llh_cat_idx; in llog_cat_process_or_fork()
668 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_reverse_process()
680 cd.lpcd_first_idx = le32_to_cpu(llh->llh_cat_idx); in llog_cat_reverse_process()
701 if (llh->llh_cat_idx == (index - 1)) { in llog_cat_set_first_idx()
702 idx = llh->llh_cat_idx + 1; in llog_cat_set_first_idx()
703 llh->llh_cat_idx = idx; in llog_cat_set_first_idx()
[all …]
Dllog_swab.c249 __swab32s(&llh->llh_cat_idx); in lustre_swab_llog_rec()
295 CDEBUG(D_OTHER, "\tllh_cat_idx: %#x\n", h->llh_cat_idx); in print_llog_hdr()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3642 LASSERTF((int)offsetof(struct llog_log_hdr, llh_cat_idx) == 40, "found %lld\n", in lustre_assert_wire_constants()
3643 (long long)(int)offsetof(struct llog_log_hdr, llh_cat_idx)); in lustre_assert_wire_constants()
3644 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_cat_idx) == 4, "found %lld\n", in lustre_assert_wire_constants()
3645 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_cat_idx)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3193 __u32 llh_cat_idx; member