Searched refs:wsize (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dmmap-cache.c508 uint64_t woffset, wsize; local
522 wsize = size + (offset - woffset);
523 wsize = PAGE_ALIGN(wsize);
525 if (wsize < WINDOW_SIZE) {
528 delta = PAGE_ALIGN((WINDOW_SIZE - wsize) / 2);
535 wsize = WINDOW_SIZE;
546 if (woffset + wsize > (uint64_t) st->st_size)
547 wsize = PAGE_ALIGN(st->st_size - woffset);
550 r = mmap_try_harder(m, NULL, fd, prot, MAP_SHARED, woffset, wsize,
[all...]

Completed in 34 milliseconds