OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orphan_new
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_alloc.c
836
ino_t *
orphan_new
;
local
841
orphan_new
= kmem_zalloc(sizeof(orphan[0]) *
843
memcpy(
orphan_new
, orphan, sizeof(orphan[0]) *
846
orphan =
orphan_new
;
902
ino_t *
orphan_new
= kmem_alloc(sizeof(orphan[0]) * norphan,
local
904
memcpy(
orphan_new
, orphan, sizeof(orphan[0]) * norphan);
906
orphan =
orphan_new
;
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026