Home
last modified time | relevance | path

Searched refs:v_vflag (Results 1 – 25 of 64) 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()
1689 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()
206 if (vp->v_vflag & VV_ROOT) in p9fs_node_cmp()
280 if (vp->v_vflag & VV_ROOT) { in p9fs_vget_common()
341 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/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/fs/nullfs/
H A Dnull_vnops.c446 if ((ldvp->v_vflag & VV_ROOT) != 0) { in null_lookup()
447 KASSERT((dvp->v_vflag & VV_ROOT) == 0, in null_lookup()
449 ldvp, ldvp->v_vflag, dvp, dvp->v_vflag, in null_lookup()
929 (lvp->v_vflag & VV_NOSYNC) != 0) { in null_want_recycle()
H A Dnull_vfsops.c244 lowerrootvp->v_vflag |= VV_CROSSLOCK; in nullfs_mount()
308 mp->mnt_vnodecovered->v_vflag &= ~VV_CROSSLOCK; in nullfs_unmount()
H A Dnull_subr.c285 vp->v_vflag |= VV_ROOT; in null_nodeget()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h52 #define v_flag v_vflag
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h48 #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/fs/unionfs/
H A Dunion_vfsops.c314 KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0, in unionfs_domount()
363 mp->mnt_vnodecovered->v_vflag |= VV_CROSSLOCK; in unionfs_domount()
421 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 != NULL && lvp != NULL && (vp->v_vflag & VV_ROOT) == 0) { in unionfs_noderem()
/freebsd/sys/kern/
H A Dvfs_subr.c2250 vp->v_vflag = 0; in freevnode()
2310 (vp->v_vflag & VV_FORCEINSMQ) == 0) { in insmntque1_int()
3665 VNASSERT((vp->v_vflag & VV_UNREF) == 0, vp, in vput_final()
3667 vp->v_vflag |= VV_UNREF; in vput_final()
3678 vp->v_vflag &= ~VV_UNREF; in vput_final()
4119 if ((vp->v_vflag & VV_NOSYNC) == 0) in vinactivef()
4208 if ((flags & SKIPSYSTEM) && (vp->v_vflag & VV_SYSTEM)) { in vflush()
4624 if (vp->v_vflag & VV_ROOT) in vn_printf()
4626 if (vp->v_vflag & VV_ISTTY) in vn_printf()
4628 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
[all …]
H A Dvfs_lookup.c979 crosslock = (dp->v_vflag & VV_CROSSLOCK) != 0; in vfs_lookup_cross_mount()
1287 if (isroot || ((dp->v_vflag & VV_ROOT) != 0 && in vfs_lookup()
1294 if ((dp->v_vflag & VV_ROOT) == 0) in vfs_lookup()
1346 (dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) && in vfs_lookup()
H A Dcoredump_vnode.c466 vattr.va_nlink != 1 || (vp->v_vflag & VV_SYSTEM) != 0 || in coredump_vnode()
/freebsd/sys/fs/deadfs/
H A Ddead_vnops.c128 if (ap->a_vp->v_vflag & VV_ISTTY) 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.c614 vp->v_vflag |= VV_ISTTY; in devfs_allocv()
618 vp->v_vflag |= VV_ETERNALDEV; in devfs_allocv()
1086 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) in devfs_lookupx()
1370 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf()
1376 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf()
1382 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.c1373 if (ump->um_devvp->v_vflag & VV_COPYONWRITE) { in ffs_flushfiles()
1775 vp->v_vflag |= VV_FORCEINSMQ; in ffs_vgetf()
1782 vp->v_vflag &= ~VV_FORCEINSMQ; in ffs_vgetf()
2360 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()

123