Home
last modified time | relevance | path

Searched refs:LLOG_CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog.c89 LASSERT(sizeof(*(loghandle->lgh_hdr)) == LLOG_CHUNK_SIZE); in llog_free_handle()
128 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header()
217 __u64 cur_offset = LLOG_CHUNK_SIZE; in llog_process_thread()
225 buf = kzalloc(LLOG_CHUNK_SIZE, GFP_NOFS); in llog_process_thread()
256 memset(buf, 0, LLOG_CHUNK_SIZE); in llog_process_thread()
259 index, &cur_offset, buf, LLOG_CHUNK_SIZE); in llog_process_thread()
267 (char *)rec < buf + LLOG_CHUNK_SIZE; in llog_process_thread()
287 rec->lrh_len > LLOG_CHUNK_SIZE) { in llog_process_thread()
304 (int)(buf + LLOG_CHUNK_SIZE - (char *)rec)); in llog_process_thread()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c302 } else if (llh_hdr->lrh_len != LLOG_CHUNK_SIZE) { in llog_client_read_header()
304 llh_hdr->lrh_len, LLOG_CHUNK_SIZE); in llog_client_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3152 #define LLOG_CHUNK_SIZE 8192 macro
3154 #define LLOG_BITMAP_BYTES (LLOG_CHUNK_SIZE - LLOG_HEADER_SIZE)