Searched refs:oxp (Results 1 – 2 of 2) sorted by relevance
186 struct bind_node * oxp; in bind_hashins() local193 LIST_FOREACH(oxp, hd, bind_hash) in bind_hashins()195 if (oxp->bind_lowervp == xp->bind_lowervp && vnode_mount(BINDTOV(oxp)) == mp) { in bind_hashins()196 ovp = BINDTOV(oxp); in bind_hashins()197 if (oxp->bind_lowervid != vnode_vid(oxp->bind_lowervp)) { in bind_hashins()206 oxp_vid = oxp->bind_myvid; in bind_hashins()
190 struct null_node * oxp = NULL; in null_hashins() local197 LIST_FOREACH(oxp, hd, null_hash) in null_hashins()199 if (oxp->null_lowervp == xp->null_lowervp && vnode_mount(NULLTOV(oxp)) == mp) { in null_hashins()204 ovp = NULLTOV(oxp); in null_hashins()205 if (oxp->null_lowervid != vnode_vid(oxp->null_lowervp)) { in null_hashins()214 oxp_vid = oxp->null_myvid; in null_hashins()