HomeSort by: relevance | last modified time | path
    Searched defs:this_vp_p (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/genfs/
layer_vnops.c 229 struct vnode **this_vp_p; local in function:layer_bypass
266 vps_p[i] = this_vp_p =
274 if (i && (*this_vp_p == NULL ||
275 (*this_vp_p)->v_op != our_vnodeop_p)) {
278 old_vps[i] = *this_vp_p;
279 *(vps_p[i]) = LAYERVPTOLOWERVP(*this_vp_p);
286 vref(*this_vp_p);
  /src/sys/miscfs/umapfs/
umap_vnops.c 124 struct vnode **this_vp_p; local in function:umap_bypass
160 vps_p[i] = this_vp_p =
168 if (i && (*this_vp_p == NULL ||
169 (*this_vp_p)->v_op != our_vnodeop_p)) {
172 old_vps[i] = *this_vp_p;
173 *(vps_p[i]) = UMAPVPTOLOWERVP(*this_vp_p);
180 vref(*this_vp_p);

Completed in 12 milliseconds