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

  /src/sys/fs/nfs/client/
nfsnode.h 61 struct nfsdmap { struct
62 LIST_ENTRY(nfsdmap) ndm_list;
117 LIST_HEAD(, nfsdmap) nd_cook; /* cookies */
nfs_clsubs.c 265 struct nfsdmap *dp, *dp2;
278 MALLOC(dp, struct nfsdmap *, sizeof (struct nfsdmap),
293 MALLOC(dp2, struct nfsdmap *, sizeof (struct nfsdmap),
nfs_clcomsubs.c 407 struct nfsdmap *dp, *dp2;
419 MALLOC(dp, struct nfsdmap *, sizeof (struct nfsdmap),
434 MALLOC(dp2, struct nfsdmap *, sizeof (struct nfsdmap),
nfs_clnode.c 279 struct nfsdmap *dp, *dp2;

Completed in 28 milliseconds