Lines Matching refs:radix_node_head
70 static struct radix_node_head *vfs_create_addrlist_af(
71 struct radix_node_head **prnh, int off);
75 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
96 struct radix_node_head *ne4;
97 struct radix_node_head *ne6;
109 struct radix_node_head *rnh; in vfs_hang_addrlist()
237 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
249 static struct radix_node_head *
250 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()
465 struct radix_node_head *rnh; in vfs_export_lookup()