OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsdircache
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/nfs/
nfsnode.h
69
LIST_HEAD(nfsdirhashhead,
nfsdircache
);
70
TAILQ_HEAD(nfsdirchainhead,
nfsdircache
);
72
struct
nfsdircache
{
struct
75
LIST_ENTRY(
nfsdircache
) dc_hash; /* Hash chain */
76
TAILQ_ENTRY(
nfsdircache
) dc_chain; /* Least recently entered chn */
nfs_var.h
66
struct
nfsdircache
;
259
struct
nfsdircache
*nfs_searchdircache(struct vnode *, off_t, int, int *);
260
struct
nfsdircache
*nfs_enterdircache(struct vnode *, off_t, off_t, int,
262
void nfs_putdircache(struct nfsnode *, struct
nfsdircache
*);
nfs_subs.c
1203
static const struct
nfsdircache
dzero;
1205
static void nfs_unlinkdircache(struct nfsnode *np, struct
nfsdircache
*);
1207
struct
nfsdircache
*);
1210
nfs_unlinkdircache(struct nfsnode *np, struct
nfsdircache
*ndp)
1227
nfs_putdircache(struct nfsnode *np, struct
nfsdircache
*ndp)
1244
nfs_putdircache_unlocked(struct nfsnode *np, struct
nfsdircache
*ndp)
1259
struct
nfsdircache
*
1263
struct
nfsdircache
*ndp = NULL;
1272
return (struct
nfsdircache
*)__UNCONST(&dzero);
1323
struct
nfsdircache
*
[
all
...]
nfs_bio.c
87
struct
nfsdircache
*ndp = NULL, *nndp = NULL;
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025