Searched refs:oxp (Results 1 – 2 of 2) sorted by relevance
182 struct bind_node * oxp; in bind_hashins() local189 LIST_FOREACH(oxp, hd, bind_hash) in bind_hashins()191 if (oxp->bind_lowervp == xp->bind_lowervp && vnode_mount(BINDTOV(oxp)) == mp) { in bind_hashins()192 ovp = BINDTOV(oxp); in bind_hashins()193 if (oxp->bind_lowervid != vnode_vid(oxp->bind_lowervp)) { in bind_hashins()202 oxp_vid = oxp->bind_myvid; in bind_hashins()
186 struct null_node * oxp = NULL; in null_hashins() local193 LIST_FOREACH(oxp, hd, null_hash) in null_hashins()195 if (oxp->null_lowervp == xp->null_lowervp && vnode_mount(NULLTOV(oxp)) == mp) { in null_hashins()200 ovp = NULLTOV(oxp); in null_hashins()201 if (oxp->null_lowervid != vnode_vid(oxp->null_lowervp)) { in null_hashins()210 oxp_vid = oxp->null_myvid; in null_hashins()