Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfsnode.h87 struct nfsnode *nsr_dnp;
579 struct nfsnode { struct
583 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument
584 LIST_ENTRY(nfsnode) n_monlink; /* list of monitored nodes */
662 TAILQ_ENTRY(nfsnode) n_dlink; /* delegation list link */ argument
663 TAILQ_ENTRY(nfsnode) n_dreturn; /* delegation return list link */
H A Dnfsmount.h319 TAILQ_HEAD(, nfsnode) delegations; /* list of nodes with delegations */
320 TAILQ_HEAD(, nfsnode) dreturnq; /* list of nodes with delegations to return */
331 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.h911 struct nfsnode;
912 typedef struct nfsnode * nfsnode_t;
H A Dnfs_vfsops.c304 if (sizeof(struct nfsnode) > NFS_NODEALLOC) { in nfs_vfs_init()