OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dircache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/union/
union_subr.c
1029
panic("union:
dircache
table too small");
1050
struct vnode **
dircache
;
local
1054
dircache
= VTOUNION(vp)->un_dircache;
1058
if (
dircache
== 0) {
1062
dircache
= (struct vnode **)
1065
vpp =
dircache
;
1067
VTOUNION(vp)->un_dircache =
dircache
;
1069
vpp =
dircache
+ 1;
1071
vpp =
dircache
;
1088
VTOUNION(nvp)->un_dircache =
dircache
;
[
all
...]
/src/sys/nfs/
nfs_subs.c
1167
struct nfsdirhashhead *
dircache
;
local
1169
dircache
= hashinit(NFS_DIRHASHSIZ, HASH_LIST, true,
1175
np->n_dircache =
dircache
;
1176
dircache
= NULL;
1180
if (
dircache
)
1181
hashdone(
dircache
, HASH_LIST, nfsdirhashmask);
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026