OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newndp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/nfs/
nfs_subs.c
1330
struct nfsdircache *
newndp
= NULL;
local in function:nfs_enterdircache
1372
if (
newndp
== NULL) {
1374
newndp
= kmem_alloc(sizeof(*
newndp
), KM_SLEEP);
1375
newndp
->dc_refcnt = 1;
1376
LIST_NEXT(
newndp
, dc_hash) = (void *)-1;
1379
ndp =
newndp
;
1380
newndp
= NULL;
1425
if (
newndp
)
1426
nfs_putdircache(np,
newndp
);
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025