OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
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
[
all
...]
/src/sys/ufs/lfs/
lfs_vfsops.c
2132
size_t bytes,
iobytes
, skipbytes;
local
2287
offset +=
iobytes
, bytes -=
iobytes
) {
2299
iobytes
= MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
2302
skipbytes +=
iobytes
;
2322
iobytes
= MIN(
iobytes
, (sp->seg_bytes_left >> fs_bshift)
2324
iobytes
= MIN(
iobytes
, (sp->sum_bytes_left / sizeof(int32_t))
2326
KASSERT(
iobytes
> 0)
[
all
...]
Completed in 39 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026