OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawbytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_vnops.c
800
size_t rawbufmax,
rawbytes
;
local
848
rawbytes
= rawbufmax - rawuio.uio_resid;
852
stoprawdp = (LFS_DIRHEADER *)(void *)&rawbuf[
rawbytes
];
865
maxcookies =
rawbytes
/ LFS_DIRECTSIZ(fs, 1);
/src/sys/ufs/ufs/
ufs_vnops.c
1596
size_t rawbufmax,
rawbytes
;
local
1722
rawbytes
= rawbufmax - rawuio.uio_resid;
1726
stoprawdp = (struct direct *)(void *)&rawbuf[
rawbytes
];
1739
maxcookies =
rawbytes
/ _DIRENT_RECLEN(rawdp, 1);
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026