Lines Matching refs:radix_node_head
68 static struct radix_node_head *vfs_create_addrlist_af(
69 struct radix_node_head **prnh, int off);
72 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
93 struct radix_node_head *ne4;
94 struct radix_node_head *ne6;
106 struct radix_node_head *rnh; in vfs_hang_addrlist()
234 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
246 static struct radix_node_head *
247 vfs_create_addrlist_af(struct radix_node_head **prnh, int off) in vfs_create_addrlist_af()
258 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
260 struct radix_node_head *rnh; in vfs_free_addrlist_af()
619 struct radix_node_head *rnh; in vfs_export_lookup()