Searched refs:nfsnode (Results 1 – 5 of 5) sorted by relevance
87 struct nfsnode *nsr_dnp;589 struct nfsnode { struct593 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument594 LIST_ENTRY(nfsnode) n_monlink; /* list of monitored nodes */672 TAILQ_ENTRY(nfsnode) n_dlink; /* delegation list link */ argument673 TAILQ_ENTRY(nfsnode) n_dreturn; /* delegation return list link */
318 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 */
93 static LIST_HEAD(nfsnodehashhead, nfsnode) * nfsnodehashtbl;102 sizeof(struct nfsnode), ZC_ZFREE_CLEARMEM);
912 struct nfsnode;913 typedef struct nfsnode * nfsnode_t;
303 if (sizeof(struct nfsnode) > NFS_NODEALLOC) { in nfs_vfs_init()