/freebsd/sys/ufs/ufs/ |
H A D | ufs_gjournal.c | 105 if (vp->v_usecount < 2 || (vp->v_vflag & VV_DELETED)) in ufs_gjournal_orphan() 112 vp->v_vflag |= VV_DELETED; in ufs_gjournal_orphan() 124 if (!(vp->v_vflag & VV_DELETED)) in ufs_gjournal_close()
|
H A D | ufs_quota.c | 119 if ((vp->v_vflag & VV_SYSTEM) != 0) in getinoquota() 163 if ((vp->v_vflag & VV_SYSTEM) != 0) in chkdq() 459 if ((vp->v_vflag & VV_SYSTEM) != 0) in chkdquot() 576 vp->v_vflag |= VV_SYSTEM; in quotaon() 700 qvp->v_vflag &= ~VV_SYSTEM; in quotaoff1() 1693 if ((vp->v_vflag & VV_SYSTEM) != 0) in quotaref()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 87 if (!(vp->v_vflag & VV_ROOT)) { in p9fs_dispose_node() 202 if (vp->v_vflag & VV_ROOT) in p9fs_node_cmp() 276 if (vp->v_vflag & VV_ROOT) { in p9fs_vget_common() 337 vp->v_vflag |= VV_ROOT; in p9fs_vget_common()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_denode.c | 224 nvp->v_vflag |= VV_ROOT; /* should be further down XXX */ in deget() 332 if (DETOV(dep)->v_vflag & VV_ROOT) in deupdat() 386 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) { in detrunc() 513 if ((vp->v_vflag & VV_ROOT) != 0 && !FAT32(pmp)) in deextend()
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vnops.c | 412 if ((ldvp->v_vflag & VV_ROOT) != 0 && (flags & ISDOTDOT) != 0) { in null_lookup() 413 KASSERT((dvp->v_vflag & VV_ROOT) == 0, in null_lookup() 415 ldvp, ldvp->v_vflag, dvp, dvp->v_vflag, flags)); in null_lookup() 852 (lvp->v_vflag & VV_NOSYNC) != 0) { in null_want_recycle()
|
H A D | null_vfsops.c | 224 lowerrootvp->v_vflag |= VV_CROSSLOCK; in nullfs_mount() 288 mp->mnt_vnodecovered->v_vflag &= ~VV_CROSSLOCK; in nullfs_unmount()
|
H A D | null_subr.c | 249 vp->v_vflag |= VV_ROOT; in null_nodeget()
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vncache.c | 171 (*vpp)->v_vflag = VV_ROOT; in pfs_vncache_alloc() 198 (*vpp)->v_vflag |= VV_PROCDEP; in pfs_vncache_alloc()
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 2232 vp->v_vflag = 0; in freevnode() 2292 (vp->v_vflag & VV_FORCEINSMQ) == 0) { in insmntque1_int() 3640 VNASSERT((vp->v_vflag & VV_UNREF) == 0, vp, in vput_final() 3642 vp->v_vflag |= VV_UNREF; in vput_final() 3653 vp->v_vflag &= ~VV_UNREF; in vput_final() 4097 if ((vp->v_vflag & VV_NOSYNC) == 0) in vinactivef() 4186 if ((flags & SKIPSYSTEM) && (vp->v_vflag & VV_SYSTEM)) { in vflush() 4591 if (vp->v_vflag & VV_ROOT) in vn_printf() 4593 if (vp->v_vflag & VV_ISTTY) in vn_printf() 4595 if (vp->v_vflag & VV_NOSYNC) in vn_printf() [all …]
|
H A D | vfs_lookup.c | 911 crosslock = (dp->v_vflag & VV_CROSSLOCK) != 0; in vfs_lookup_cross_mount() 1224 if (isroot || ((dp->v_vflag & VV_ROOT) != 0 && in vfs_lookup() 1231 if ((dp->v_vflag & VV_ROOT) == 0) in vfs_lookup() 1288 (dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) && in vfs_lookup()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 51 #define v_flag v_vflag
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnode.c | 160 vp->v_vflag |= VV_ROOT; in ncl_nget() 163 vp->v_vflag |= VV_VMSIZEVNLOCK; in ncl_nget()
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 48 #define v_flag v_vflag
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 291 KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0, in unionfs_domount() 340 mp->mnt_vnodecovered->v_vflag |= VV_CROSSLOCK; in unionfs_domount() 398 mp->mnt_vnodecovered->v_vflag &= ~VV_CROSSLOCK; in unionfs_unmount()
|
H A D | union_subr.c | 388 vp->v_vflag |= VV_ROOT; in unionfs_nodeget() 389 KASSERT(dvp != NULL || (vp->v_vflag & VV_ROOT) != 0, in unionfs_nodeget() 479 KASSERT(vp->v_vnlock->lk_recurse == 0 || (vp->v_vflag & VV_ROOT) != 0, in unionfs_noderem() 499 if (uvp != NULLVP && lvp != NULLVP && (vp->v_vflag & VV_ROOT) == 0) { in unionfs_noderem()
|
/freebsd/sys/fs/deadfs/ |
H A D | dead_vnops.c | 127 if ((ap->a_vp->v_vflag & VV_ISTTY) == 0) in dead_read()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 111 rvp->v_vflag |= VV_ROOT; in fdesc_mount()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 216 vp->v_vflag |= VV_ROOT; in devfs_root()
|
H A D | devfs_vnops.c | 600 vp->v_vflag |= VV_ISTTY; in devfs_allocv() 604 vp->v_vflag |= VV_ETERNALDEV; in devfs_allocv() 1072 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) in devfs_lookupx() 1339 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf() 1345 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf() 1351 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_internal.h | 100 return ((vp->v_vflag & VV_ROOT) != 0); in vnode_isvroot()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_snapshot.c | 306 vp->v_vflag |= VV_SYSTEM; in ffs_snapshot() 718 devvp->v_vflag |= VV_COPYONWRITE; in ffs_snapshot() 2077 vp->v_vflag |= VV_SYSTEM; in ffs_snapshot_mount() 2125 devvp->v_vflag |= VV_COPYONWRITE; in ffs_snapshot_mount() 2499 if ((devvp->v_vflag & VV_COPYONWRITE) == 0) in ffs_sync_snap() 2651 (devvp->v_vflag & VV_COPYONWRITE) == 0) in try_free_snapdata() 2655 devvp->v_vflag &= ~VV_COPYONWRITE; in try_free_snapdata()
|
H A D | ffs_vfsops.c | 1376 if (ump->um_devvp->v_vflag & VV_COPYONWRITE) { in ffs_flushfiles() 1778 vp->v_vflag |= VV_FORCEINSMQ; in ffs_vgetf() 1785 vp->v_vflag &= ~VV_FORCEINSMQ; in ffs_vgetf() 2363 if ((vp->v_vflag & VV_COPYONWRITE) && nocopy == 0 && in ffs_geom_strategy()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 336 vp->v_vflag |= VV_ROOT; in smbfs_root()
|
H A D | smbfs_node.c | 207 if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) { in smbfs_node_alloc()
|
H A D | smbfs_vnops.c | 241 SMBVDEBUG("%lx: '%s' %d\n", (long)vp, np->n_name, (vp->v_vflag & VV_ROOT) != 0); in smbfs_getattr() 1063 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) { in smbfs_lookup()
|