Searched refs:LLOG_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
90 LASSERT(sizeof(*(loghandle->lgh_hdr)) == LLOG_CHUNK_SIZE); in llog_free_handle()91 OBD_FREE(loghandle->lgh_hdr, LLOG_CHUNK_SIZE); in llog_free_handle()189 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header()278 __u64 cur_offset = LLOG_CHUNK_SIZE; in llog_process_thread()286 OBD_ALLOC(buf, LLOG_CHUNK_SIZE); in llog_process_thread()317 memset(buf, 0, LLOG_CHUNK_SIZE); in llog_process_thread()320 index, &cur_offset, buf, LLOG_CHUNK_SIZE); in llog_process_thread()328 (char *)rec < buf + LLOG_CHUNK_SIZE; in llog_process_thread()348 rec->lrh_len > LLOG_CHUNK_SIZE) { in llog_process_thread()365 (int)(buf + LLOG_CHUNK_SIZE - (char *)rec)); in llog_process_thread()[all …]
331 LASSERT(rec->lrh_len <= LLOG_CHUNK_SIZE); in llog_cat_add_rec()
336 } else if (llh_hdr->lrh_len != LLOG_CHUNK_SIZE) { in llog_client_read_header()339 llh_hdr->lrh_len, LLOG_CHUNK_SIZE); in llog_client_read_header()
3168 #define LLOG_CHUNK_SIZE 8192 macro3170 #define LLOG_BITMAP_BYTES (LLOG_CHUNK_SIZE - LLOG_HEADER_SIZE)