HomeSort by: relevance | last modified time | path
    Searched defs:iobytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/genfs/
genfs_io.c 586 size_t bytes, iobytes, tailstart, tailbytes, totalbytes, skipbytes; local in function:genfs_getpages_read
654 offset += iobytes, bytes -= iobytes) {
706 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
708 if (offset + iobytes > round_page(offset)) {
716 iobytes = MIN(iobytes, (pcount << PAGE_SHIFT) -
727 int holepages = (round_page(offset + iobytes) -
733 iobytes);
734 skipbytes += iobytes;
1441 size_t bytes, iobytes, skipbytes; local in function:genfs_do_io
    [all...]
  /src/sys/ufs/lfs/
lfs_vfsops.c 2074 size_t bytes, iobytes, skipbytes; local in function:lfs_gop_write
2234 offset += iobytes, bytes -= iobytes) {
2246 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
2249 skipbytes += iobytes;
2269 iobytes = MIN(iobytes, (sp->seg_bytes_left >> fs_bshift)
2271 iobytes = MIN(iobytes, (sp->sum_bytes_left / sizeof(int32_t))
2273 KASSERT(iobytes > 0)
    [all...]

Completed in 14 milliseconds