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()
1693 if ((vp->v_vflag & VV_SYSTEM) != 0) in quotaref()
/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/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h51 #define v_flag v_vflag
/freebsd/sys/kern/
H A Dvfs_subr.c2205 vp->v_vflag = 0; in freevnode()
3568 vp->v_vflag |= VV_UNREF; in vput_final()
3579 vp->v_vflag &= ~VV_UNREF; in vput_final()
4507 if (vp->v_vflag & VV_ROOT) in vn_printf()
4509 if (vp->v_vflag & VV_ISTTY) in vn_printf()
4511 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
4521 if (vp->v_vflag & VV_SYSTEM) in vn_printf()
4527 if (vp->v_vflag & VV_MD) in vn_printf()
5070 if (vp->v_vflag & VV_NOSYNC) in vfs_want_msync()
5080 if (vp->v_vflag & VV_NOSYNC) in vfs_periodic_msync_inactive_filter()
[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/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/deadfs/
H A Ddead_vnops.c127 if ((ap->a_vp->v_vflag & VV_ISTTY) == 0) in dead_read()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c291 KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0, in unionfs_domount()
343 mp->mnt_vnodecovered->v_vflag |= VV_CROSSLOCK; in unionfs_domount()
401 mp->mnt_vnodecovered->v_vflag &= ~VV_CROSSLOCK; in unionfs_unmount()
H A Dunion_subr.c384 vp->v_vflag |= VV_ROOT; in unionfs_nodeget()
385 KASSERT(dvp != NULL || (vp->v_vflag & VV_ROOT) != 0, in unionfs_nodeget()
456 KASSERT(vp->v_vnlock->lk_recurse == 0 || (vp->v_vflag & VV_ROOT) != 0, in unionfs_noderem()
/freebsd/sys/dev/beri/virtio/
H A Dvirtio_block.c217 sc->vnode->v_vflag &= ~VV_MD; in close_file()
261 nd.ni_vp->v_vflag |= VV_MD; in open_file()
/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.c601 vp->v_vflag |= VV_ISTTY; in devfs_allocv()
605 vp->v_vflag |= VV_ETERNALDEV; in devfs_allocv()
1073 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) in devfs_lookupx()
1340 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf()
1346 if (ap->a_vp->v_vflag & VV_ISTTY) { in devfs_pathconf()
1352 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()
H A Dfuse_node.c168 vp->v_vflag |= VV_ROOT; in fuse_vnode_init()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c297 vp->v_vflag |= VV_SYSTEM; in ffs_snapshot()
709 devvp->v_vflag |= VV_COPYONWRITE; in ffs_snapshot()
2068 vp->v_vflag |= VV_SYSTEM; in ffs_snapshot_mount()
2116 devvp->v_vflag |= VV_COPYONWRITE; in ffs_snapshot_mount()
2493 if ((devvp->v_vflag & VV_COPYONWRITE) == 0) in ffs_sync_snap()
2645 (devvp->v_vflag & VV_COPYONWRITE) == 0) in try_free_snapdata()
2649 devvp->v_vflag &= ~VV_COPYONWRITE; in try_free_snapdata()
H A Dffs_vfsops.c1507 if (ump->um_devvp->v_vflag & VV_COPYONWRITE) { in ffs_flushfiles()
1909 vp->v_vflag |= VV_FORCEINSMQ; in ffs_vgetf()
1916 vp->v_vflag &= ~VV_FORCEINSMQ; in ffs_vgetf()
2504 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