Lines Matching refs:radix_node_head
67 static struct radix_node_head *vfs_create_addrlist_af(
68 struct radix_node_head **prnh, int off);
71 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
92 struct radix_node_head *ne4;
93 struct radix_node_head *ne6;
105 struct radix_node_head *rnh; in vfs_hang_addrlist()
239 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
250 static struct radix_node_head *
251 vfs_create_addrlist_af(struct radix_node_head **prnh, int off) in vfs_create_addrlist_af()
261 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
263 struct radix_node_head *rnh; in vfs_free_addrlist_af()
464 struct radix_node_head *rnh; in vfs_export_lookup()