Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c74 index = (cathandle->lgh_last_idx + 1) % bitmap_size; in llog_cat_new_log()
114 cathandle->lgh_last_idx = index; in llog_cat_new_log()
279 loghandle->lgh_last_idx < LLOG_BITMAP_SIZE(llh) - 1) { in llog_cat_current_log()
299 if (loghandle->lgh_last_idx < LLOG_BITMAP_SIZE(llh) - 1) { in llog_cat_current_log()
591 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_process_or_fork()
605 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_process_or_fork()
668 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_reverse_process()
673 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_reverse_process()
704 if (idx == cathandle->lgh_last_idx) in llog_cat_set_first_idx()
707 i != cathandle->lgh_last_idx; in llog_cat_set_first_idx()
Dllog.c134 (loghandle->lgh_last_idx == (LLOG_BITMAP_BYTES * 8) - 1)) { in llog_cancel_rec()
186 handle->lgh_last_idx = 0; /* header is record with index 0 */ in llog_read_header()
343 if (index <= loghandle->lgh_last_idx) in llog_process_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c328 handle->lgh_last_idx = handle->lgh_hdr->llh_tail.lrt_index; in llog_client_read_header()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h292 int lgh_last_idx; member