Searched refs:VREG (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.h5 #define VREG 258 macro
H A Dcalc1.tab.h5 #define VREG 258 macro
H A Dvarsyntax_calc1.tab.h5 #define VREG 258 macro
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Dcalc1.tab.h2 #define VREG 258 macro
H A Dvarsyntax_calc1.tab.h2 #define VREG 258 macro
/freebsd-11.0-release/contrib/byacc/test/
H A Dbtyacc_calc1.y36 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
70 | VREG '=' vexp
121 | VREG
211 return (VREG);
H A Dcalc1.y38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
68 | VREG '=' vexp '\n'
123 | VREG
200 return (VREG);
H A Dvarsyntax_calc1.y39 %token <ival> DREG VREG // indices into dreg, vreg arrays */
70 | VREG '=' vexp '\n'
125 | VREG
202 return (VREG);
/freebsd-11.0-release/sys/fs/smbfs/
H A Dsmbfs_node.c154 ((*vpp)->v_type == VREG &&
194 vp->v_type = fap->fa_attr & SMB_FA_DIR ? VDIR : VREG;
211 } else if (vp->v_type == VREG)
320 if (vp->v_type == VREG) {
347 if (vp->v_type == VREG) {
374 if (vp->v_type == VREG) {
H A Dsmbfs_vnops.c133 case VREG: case VDIR: case VLNK:
139 mpmode = vp->v_type == VREG ? smp->sm_file_mode : smp->sm_dir_mode;
162 if (vp->v_type != VREG && vp->v_type != VDIR) {
339 case VREG:
404 if (vp->v_type == VREG) {
502 if (vp->v_type != VREG && vp->v_type != VDIR)
521 if (vp->v_type != VREG)
557 if (vap->va_type != VREG)
648 } else if (fvp->v_type == VREG) {
1223 (vp->v_type == VREG
[all...]
H A Dsmbfs_io.c196 if (vp->v_type != VREG && vp->v_type != VDIR) {
197 SMBFSERR("vn types other than VREG or VDIR are unsupported !\n");
252 if (vp->v_type != VREG) {
253 SMBERROR("vn types other than VREG unsupported !\n");
330 case VREG:
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clnode.c236 if (NFS_ISV4(vp) && vp->v_type == VREG) {
296 if (NFS_ISV4(vp) && vp->v_type == VREG)
311 if (vp->v_type == VREG)
H A Dnfs_clbio.c112 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
268 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
366 if (vp->v_type != VREG) {
449 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG))
468 case VREG:
665 * Unlike VREG files, whos buffer size ( bp->b_bcount ) is
869 if (vp->v_type != VREG)
943 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && vp->v_type == VREG)
1291 if (vp->v_type == VREG)
1607 case VREG
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c145 case VREG:
174 if (!(va->va_type == VREG || va->va_type == VSOCK))
462 if (pn->pn_va.va_type != VREG)
499 if (pn->pn_va.va_type != VREG)
H A Ddtfs_vfsops.c111 { "reg", VREG, rtnorm },
/freebsd-11.0-release/lib/libprocstat/
H A Dcommon_kvm.c150 case VREG:
/freebsd-11.0-release/sys/fs/unionfs/
H A Dunion_vnops.c494 (ap->a_mode & FWRITE) && lvp->v_type == VREG)
499 if ((ap->a_mode & FWRITE) && lvp->v_type == VREG) {
696 case VREG:
717 case VREG:
724 } else if (ap->a_vp->v_type == VREG || ap->a_vp->v_type == VDIR) {
785 if (ap->a_vp->v_type == VREG || ap->a_vp->v_type == VDIR) {
829 if (uvp == NULLVP && lvp->v_type == VREG) {
1079 if (ap->a_vp->v_type != VREG)
1190 case VREG:
1700 if (uvp == NULLVP && VREG
[all...]
/freebsd-11.0-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c218 MPASS(vap->va_type == VREG || vap->va_type == VSOCK);
266 KASSERT(vp->v_type != VREG || (node->tn_reg.tn_aobj->flags &
305 case VREG:
369 if (vp->v_type == VREG) {
442 if (vp->v_type != VREG)
468 if (uio->uio_offset < 0 || vp->v_type != VREG)
1254 if (vp->v_type == VREG)
H A Dtmpfs_subr.c249 case VREG:
328 case VREG:
453 if (vp->v_type != VREG || obj == NULL)
591 case VREG:
1235 case VREG:
1330 MPASS(vp->v_type == VREG);
1428 if (vp->v_type != VREG)
1652 case VREG:
/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_io.c123 MPASS(vp->v_type == VREG || vp->v_type == VDIR);
385 if (vp->v_type != VREG)
614 MPASS(vp->v_type == VREG || vp->v_type == VDIR);
H A Dfuse_internal.h102 return (vp->v_type == VREG ? 1 : 0);
/freebsd-11.0-release/sys/fs/nullfs/
H A Dnull_vnops.c474 case VREG:
522 case VREG:
548 case VREG:
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_file.c103 if (vp->v_type != VREG) {
/freebsd-11.0-release/sys/fs/pseudofs/
H A Dpseudofs_vncache.c173 (*vpp)->v_type = VREG;
/freebsd-11.0-release/sys/kern/
H A Dvfs_vnops.c142 return (uio->uio_segflg == UIO_USERSPACE && vp->v_type == VREG &&
225 vap->va_type = VREG;
638 if (rw != UIO_READ && vp->v_type == VREG)
747 if (fp->f_advice == NULL || fp->f_vnode->v_type != VREG)
840 if (vp->v_type == VREG)
843 if (vp->v_type == VREG && (fp->f_flag & O_APPEND))
1404 case VREG:
1479 case VREG:
2103 if (vp->v_type != VREG || td == NULL)
2171 if (vp->v_type != VREG) {
[all...]

Completed in 204 milliseconds

1234