Searched refs:bind_node (Results 1 – 3 of 3) sorted by relevance
84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;93 static int bind_hashins(struct mount *, struct bind_node *, struct vnode **);132 struct bind_node * a; in bind_hashget()179 bind_hashins(struct mount * mp, struct bind_node * xp, struct vnode ** vpp) in bind_hashins()182 struct bind_node * oxp; in bind_hashins()227 bind_hashrem(struct bind_node * xp) in bind_hashrem()236 static struct bind_node *239 struct bind_node * xp; in bind_nodecreate()241 xp = kalloc_type(struct bind_node, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bind_nodecreate()257 struct bind_node * xp = bind_nodecreate(lowervp); in bind_getnewvnode()[all …]
104 struct bind_node { struct105 LIST_ENTRY(bind_node) bind_hash; /* Hash list */124 #define VTOBIND(vp) ((struct bind_node *)vnode_fsnode(vp)) argument136 void bind_hashrem(struct bind_node * xp);
273 struct bind_node * xp; in bind_reclaim()291 kfree_type(struct bind_node, xp); in bind_reclaim()