Lines Matching refs:VREG
98 if (vp->v_type == VREG && cnt == 0) { in read()
139 if (fileoff >= OFFSET_MAX(fp) && (vp->v_type == VREG)) { in read()
156 if ((vp->v_type == VREG) && in read()
192 (vp->v_type != VREG) || (bcount != 0)) /* POSIX */ in read()
234 if (vp->v_type == VREG && cnt == 0) { in write()
264 if (vp->v_type == VREG) { in write()
321 (vp->v_type != VREG) || (bcount != 0)) /* POSIX */ in write()
369 if (vp->v_type == VREG) { in pread()
417 if (vp->v_type == VREG && fileoff == (u_offset_t)maxoff) { in pread()
508 if (vp->v_type == VREG) { in pwrite()
678 if (vp->v_type == VREG && count == 0) { in readv()
710 if ((vp->v_type == VREG) && (fileoff >= OFFSET_MAX(fp))) { in readv()
727 if ((vp->v_type == VREG) && (fileoff + count > OFFSET_MAX(fp))) { in readv()
760 (vp->v_type != VREG) || (bcount != 0)) /* POSIX */ in readv()
836 if (vp->v_type == VREG && count == 0) { in writev()
869 if (vp->v_type == VREG) { in writev()
910 (vp->v_type != VREG) || (bcount != 0)) /* POSIX */ in writev()
1004 if (vp->v_type == VREG) { in preadv()
1050 if ((vp->v_type == VREG) && (fileoff >= OFFSET_MAX(fp))) { in preadv()
1068 if ((vp->v_type == VREG) && in preadv()
1186 if (vp->v_type == VREG) { in pwritev()
1263 if (vp->v_type == VREG) { in pwritev()
1355 if (vp->v_type == VREG) { in pread64()
1477 if (vp->v_type == VREG) { in pwrite64()