OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:direntbufmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_vnops.c
791
size_t
direntbufmax
;
local
855
direntbufmax
= callerbytes;
856
direntbuf = kmem_alloc(
direntbufmax
, KM_SLEEP);
860
stopdirent = (struct dirent *)(void *)&direntbuf[
direntbufmax
];
941
kmem_free(direntbuf,
direntbufmax
);
/src/sys/ufs/ufs/
ufs_vnops.c
1587
size_t
direntbufmax
;
local
1729
direntbufmax
= callerbytes;
1730
direntbuf = kmem_alloc(
direntbufmax
, KM_SLEEP);
1734
stopdirent = (struct dirent *)(void *)&direntbuf[
direntbufmax
];
1820
kmem_free(direntbuf,
direntbufmax
);
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026