Home
last modified time | relevance | path

Searched refs:nfsnode (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h87 struct nfsnode *nsr_dnp;
589 struct nfsnode { struct
593 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument
594 LIST_ENTRY(nfsnode) n_monlink; /* list of monitored nodes */
672 TAILQ_ENTRY(nfsnode) n_dlink; /* delegation list link */ argument
673 TAILQ_ENTRY(nfsnode) n_dreturn; /* delegation return list link */
H A Dnfsmount.h318 TAILQ_HEAD(, nfsnode) delegations; /* list of nodes with delegations */
319 TAILQ_HEAD(, nfsnode) dreturnq; /* list of nodes with delegations to return */
330 LIST_HEAD(, nfsnode) nm_monlist; /* list of nodes being monitored */
H A Dnfs_node.c93 static LIST_HEAD(nfsnodehashhead, nfsnode) * nfsnodehashtbl;
102 sizeof(struct nfsnode), ZC_ZFREE_CLEARMEM);
H A Dnfs.h912 struct nfsnode;
913 typedef struct nfsnode * nfsnode_t;
H A Dnfs_vfsops.c303 if (sizeof(struct nfsnode) > NFS_NODEALLOC) { in nfs_vfs_init()