Lines Matching defs:VREG
209 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON
1013 vattr.va_type = VREG;
1047 if (!(filemode & FOFFMAX) && (vp->v_type == VREG)) {
1114 if ((filemode & FEXEC) && vp->v_type != VREG) {
1161 if ((vp->v_type == VREG) && nbl_need_check(vp)) {
1270 ASSERT(vp->v_type == VREG);
1284 ASSERT(vp->v_type == VREG);
1516 * VREG files. And if in_crit is non-zero for some
1532 (vp->v_type == VREG)) {
2714 * Vnode counts are only kept on regular files (v_type=VREG).
2750 * Vnode counts are only kept on regular files (v_type=VREG).
3173 if ((*vpp)->v_type == VREG) {
3190 if ((vp->v_type == VREG) && (mode & FREAD))
3192 if ((vp->v_type == VREG) && (mode & FWRITE))
3206 if (((*vpp)->v_type == VREG) && (mode & FREAD))
3208 if ((vp->v_type == VREG) && (mode & FREAD))
3210 if (((*vpp)->v_type == VREG) && (mode & FWRITE))
3212 if ((vp->v_type == VREG) && (mode & FWRITE))
3239 if ((vp->v_type == VREG) && (count == 1)) {
3964 if ((!error) && (vp->v_type == VREG)) {
4021 if ((error != EAGAIN) && (vp->v_type == VREG)) {