OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawbufmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_vnops.c
800
size_t
rawbufmax
, rawbytes;
local
831
rawbufmax
= callerbytes + skipstart - dropend;
834
rawbuf = kmem_alloc(
rawbufmax
, KM_SLEEP);
836
rawiov.iov_len =
rawbufmax
;
840
rawuio.uio_resid =
rawbufmax
;
845
kmem_free(rawbuf,
rawbufmax
);
848
rawbytes =
rawbufmax
- rawuio.uio_resid;
942
kmem_free(rawbuf,
rawbufmax
);
/src/sys/ufs/ufs/
ufs_vnops.c
1596
size_t
rawbufmax
, rawbytes;
local
1675
* Note:
rawbufmax
= physend - physstart. Proof:
1686
* =
rawbufmax
1697
rawbufmax
= callerbytes + skipstart;
1698
if (
rawbufmax
< callerbytes)
1700
rawbufmax
-= dropend;
1702
if (
rawbufmax
< _DIRENT_MINSIZE(rawdp)) {
1708
rawbuf = kmem_alloc(
rawbufmax
, KM_SLEEP);
1710
rawiov.iov_len =
rawbufmax
;
1714
rawuio.uio_resid =
rawbufmax
;
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026