Home
last modified time | relevance | path

Searched refs:v_vflag (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/sys/ufs/ufs/
H A Dufs_gjournal.c105 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 Dufs_quota.c119 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 Dp9fs_vfsops.c87 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 Dmsdosfs_denode.c224 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 Dnull_vnops.c412 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 Dnull_vfsops.c224 lowerrootvp->v_vflag |= VV_CROSSLOCK; in nullfs_mount()
288 mp->mnt_vnodecovered->v_vflag &= ~VV_CROSSLOCK; in nullfs_unmount()
H A Dnull_subr.c249 vp->v_vflag |= VV_ROOT; in null_nodeget()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c171 (*vpp)->v_vflag = VV_ROOT; in pfs_vncache_alloc()
198 (*vpp)->v_vflag |= VV_PROCDEP; in pfs_vncache_alloc()
/freebsd/sys/kern/
H A Dvfs_subr.c2232 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 Dvfs_lookup.c911 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 Dvfs.h51 #define v_flag v_vflag
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c160 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 Dvfs.h48 #define v_flag v_vflag
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c291 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 Dunion_subr.c388 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 Ddead_vnops.c127 if ((ap->a_vp->v_vflag & VV_ISTTY) == 0) in dead_read()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c111 rvp->v_vflag |= VV_ROOT; in fdesc_mount()
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c216 vp->v_vflag |= VV_ROOT; in devfs_root()
H A Ddevfs_vnops.c600 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 Dfuse_internal.h100 return ((vp->v_vflag & VV_ROOT) != 0); in vnode_isvroot()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c306 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 Dffs_vfsops.c1376 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 Dsmbfs_vfsops.c336 vp->v_vflag |= VV_ROOT; in smbfs_root()
H A Dsmbfs_node.c207 if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) { in smbfs_node_alloc()
H A Dsmbfs_vnops.c241 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()

123