Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c120 loghandle->lgh_hdr->llh_cat_idx; in llog_cat_id2handle()
208 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_process_or_fork()
214 cd.lpcd_first_idx = llh->llh_cat_idx; in llog_cat_process_or_fork()
Dllog_swab.c246 __swab32s(&llh->llh_cat_idx); in lustre_swab_llog_rec()
292 CDEBUG(D_OTHER, "\tllh_cat_idx: %#x\n", h->llh_cat_idx); in print_llog_hdr()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3640 LASSERTF((int)offsetof(struct llog_log_hdr, llh_cat_idx) == 40, "found %lld\n", in lustre_assert_wire_constants()
3641 (long long)(int)offsetof(struct llog_log_hdr, llh_cat_idx)); in lustre_assert_wire_constants()
3642 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_cat_idx) == 4, "found %lld\n", in lustre_assert_wire_constants()
3643 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_cat_idx)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3172 __u32 llh_cat_idx; member