HomeSort by: relevance | last modified time | path
    Searched defs:dircache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/union/
union_subr.c 1029 panic("union: dircache table too small");
1050 struct vnode **dircache; local in function:union_dircache
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...]
union_subr.c 1029 panic("union: dircache table too small");
1050 struct vnode **dircache; local in function:union_dircache
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 in function:nfs_initdircache
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);
nfs_subs.c 1167 struct nfsdirhashhead *dircache; local in function:nfs_initdircache
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 28 milliseconds