/openbsd/sys/nfs/ |
H A D | nfs_node.c | 121 nvp->v_flag |= VLARVAL; in nfs_nget() 134 vp->v_flag |= VLOCKSWORK; in nfs_nget() 139 vp->v_flag &= ~VLARVAL; in nfs_nget() 166 if (ap->a_vp->v_flag & VLARVAL) in nfs_inactive() 218 if (ap->a_vp->v_flag & VLARVAL) in nfs_reclaim()
|
H A D | nfs_bio.c | 130 if ((vp->v_flag & VROOT) && vp->v_type == VLNK) { in nfs_bioread() 603 if (p && (vp->v_flag & VTEXT) && in nfs_doio()
|
H A D | nfs_vfsops.c | 345 vp->v_flag = 0; in nfs_mountroot() 699 vp->v_flag = VROOT; in mountnfs()
|
/openbsd/usr.bin/mg/ |
H A D | display.c | 33 short v_flag; /* Flag word. */ member 480 vscreen[i]->v_flag |= (VFCHG | VFHBAD); in update() 489 vscreen[i]->v_flag |= (VFCHG | VFHBAD); in update() 530 vscreen[currow]->v_flag |= VFEXT | VFCHG; in update() 544 if (vscreen[i]->v_flag & VFEXT) { in update() 546 vscreen[i]->v_flag |= VFCHG; in update() 554 vscreen[i]->v_flag &= ~VFEXT; in update() 562 vscreen[i]->v_flag |= VFCHG; in update() 628 if ((vp1->v_flag & VFCHG) != 0) { in update() 648 vvp->v_flag &= ~VFCHG; /* Changes done. */ in ucopy() [all …]
|
/openbsd/sys/kern/ |
H A D | vfs_subr.c | 459 vp->v_flag = 0; in getnewvnode() 540 vp->v_flag |= VISTTY; in getdevvp() 604 nvp->v_flag |= VALIASED; in checkalias() 605 vp->v_flag |= VALIASED; in checkalias() 1108 vp->v_flag &= ~VLOCKSWORK; in vclean() 1204 vx->v_flag &= ~VALIASED; in vgonel() 1205 vp->v_flag &= ~VALIASED; in vgonel() 1315 if (vp->v_flag & VROOT) in vprint() 1317 if (vp->v_flag & VTEXT) in vprint() 1319 if (vp->v_flag & VSYSTEM) in vprint() [all …]
|
H A D | vfs_default.c | 84 if (vp->v_flag & VALIASED) { in vop_generic_revoke() 105 while (vp->v_flag & VALIASED) { in vop_generic_revoke()
|
H A D | spec_vnops.c | 146 vp->v_flag |= VISTTY; in spec_open() 560 if (!(vp->v_flag & VCLONE)) in spec_getattr() 578 if (!(vp->v_flag & VCLONE)) in spec_setattr() 595 if (!(vp->v_flag & VCLONE)) in spec_access() 733 cvp->v_flag |= VCLONE; in spec_open_clone() 740 vp->v_flag |= VCLONED; in spec_open_clone()
|
H A D | vfs_vnops.c | 180 if (vp->v_flag & VCLONED) { in vn_open() 183 vp->v_flag &= ~VCLONED; in vn_open() 233 if ((vp->v_flag & VTEXT) && !uvm_vnp_uncache(vp)) in vn_writechk() 278 vp->v_flag |= VTEXT; in vn_marktext()
|
H A D | vfs_getcwd.c | 322 while (lvp->v_flag & VROOT) { in vfs_getcwd_common()
|
H A D | kern_pledge.c | 1111 if (vp->v_flag & VISTTY) in pledge_ioctl() 1276 if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY)) in pledge_ioctl() 1290 if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY)) in pledge_ioctl()
|
H A D | sys_generic.c | 228 (vp->v_flag & VISTTY)) { in dofilereadv() 356 (vp->v_flag & VISTTY)) { in dofilewritev()
|
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_subr.c | 143 vp->v_flag &= ~VLOCKSWORK; in ext2fs_vinit() 168 vp->v_flag |= VROOT; in ext2fs_vinit()
|
/openbsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 244 vp->v_flag &= ~VLOCKSWORK; in ffs_vinit() 271 vp->v_flag |= VROOT; in ffs_vinit()
|
/openbsd/sys/uvm/ |
H A D | uvm_object.h | 103 ((struct vnode *)uobj)->v_flag & VTEXT)
|
H A D | uvm_vnode.c | 325 vp->v_flag &= ~VTEXT; in uvn_detach() 1403 if ((vp->v_flag & VLOCKSWORK) && !VOP_ISLOCKED(vp)) in uvm_vnp_uncache()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_denode.c | 277 nvp->v_flag |= VROOT; /* should be further down XXX */ in deget() 402 if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp)) { in detrunc() 525 if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp)) in deextend()
|
/openbsd/usr.bin/sndioctl/ |
H A D | sndioctl.c | 70 int i_flag = 0, v_flag = 0, m_flag = 0, n_flag = 0, q_flag = 0; variable 864 if (v_flag) { in list() 870 if (v_flag || !ismono(g)) { in list() 1008 v_flag++; in main()
|
/openbsd/sys/miscfs/deadfs/ |
H A D | dead_vnops.c | 121 if ((ap->a_vp->v_flag & VISTTY) == 0) in dead_read()
|
/openbsd/lib/libkvm/ |
H A D | kvm_file2.c | 525 kf->v_flag = vp->v_flag; in fill_file() 926 if (vp->v_flag & VCLONE) in filestat()
|
/openbsd/usr.bin/fstat/ |
H A D | fstat.c | 437 else if (kf->v_tag == VT_NON && !(kf->v_flag & VCLONE)) in vtrans() 467 else if (!(kf->v_flag & VCLONE)) in vtrans()
|
/openbsd/sys/ntfs/ |
H A D | ntfs_vfsops.c | 351 ntmp->ntm_sysvn[pi[i]]->v_flag |= VSYSTEM; in ntfs_mountfs() 761 vp->v_flag |= VROOT; in ntfs_vgetex()
|
/openbsd/sys/miscfs/fuse/ |
H A D | fuse_vfsops.c | 315 nvp->v_flag |= VROOT; in fusefs_vget()
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.1 | 100 if ((vp->v_flag & VROOT) == 0) { 350 if ((vp->v_flag & VROOT) == 0) { 1060 if (vp->v_flag & VROOT) 1846 if (vp->v_flag & VROOT) 1954 (vp->v_flag & VROOT) && 2021 if (vp->v_usecount > 1 || (vp->v_flag & VALIASED))
|
/openbsd/sys/sys/ |
H A D | vnode.h | 100 u_int v_flag; /* vnode flags (see below) */ member
|
/openbsd/sys/tmpfs/ |
H A D | tmpfs_subr.c | 335 vp->v_flag |= node->tn_spec.tn_dir.tn_parent == node ? in tmpfs_vnode_get() 1005 if ((vp->v_flag & VTEXT) && (node->tn_mode & S_ISTXT) == 0) in tmpfs_chmod()
|