Searched refs:nfsnode (Results 1 – 5 of 5) sorted by relevance
87 struct nfsnode *nsr_dnp;579 struct nfsnode { struct583 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument584 LIST_ENTRY(nfsnode) n_monlink; /* list of monitored nodes */662 TAILQ_ENTRY(nfsnode) n_dlink; /* delegation list link */ argument663 TAILQ_ENTRY(nfsnode) n_dreturn; /* delegation return list link */
319 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 */
93 static LIST_HEAD(nfsnodehashhead, nfsnode) * nfsnodehashtbl;102 sizeof(struct nfsnode), ZC_ZFREE_CLEARMEM);
911 struct nfsnode;912 typedef struct nfsnode * nfsnode_t;
304 if (sizeof(struct nfsnode) > NFS_NODEALLOC) { in nfs_vfs_init()