Searched refs:vpl (Results 1 – 2 of 2) sorted by relevance
1133 struct vnode *vp, *vpl; in null_getlowvnode() local 1139 vpl = NULLVPTOLOWERVP(vp); in null_getlowvnode() 1140 vhold(vpl); in null_getlowvnode() 1142 VOP_GETLOWVNODE(vpl, ap->a_vplp, ap->a_flags); in null_getlowvnode() 1143 vdrop(vpl); in null_getlowvnode()
513 size_t epl = 0, vpl = 0; in find_stop_ed() local541 for (vpl = 0; vp[vpl] && !isspace((unsigned char)vp[vpl]); vpl++) in find_stop_ed()578 (vpl && strncmp(vp, cp, vpl) == 0 && cp[vpl] == '\0')) { in find_stop_ed()