Searched refs:v_vflag (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_gjournal.c112 if (vp->v_usecount < 2 || (vp->v_vflag & VV_DELETED))
119 vp->v_vflag |= VV_DELETED;
131 if (!(vp->v_vflag & VV_DELETED))
H A Dufs_quota.c121 if ((vp->v_vflag & VV_SYSTEM) != 0)
164 if ((vp->v_vflag & VV_SYSTEM) != 0)
462 if ((vp->v_vflag & VV_SYSTEM) != 0)
571 vp->v_vflag |= VV_SYSTEM;
698 qvp->v_vflag &= ~VV_SYSTEM;
1677 if ((vp->v_vflag & VV_SYSTEM) != 0)
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h50 #define v_flag v_vflag
/freebsd-9.3-release/sys/fs/deadfs/
H A Ddead_vnops.c145 if ((ap->a_vp->v_vflag & VV_ISTTY) == 0)
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs_vncache.c163 (*vpp)->v_vflag = VV_ROOT;
190 (*vpp)->v_vflag |= VV_PROCDEP;
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_denode.c204 nvp->v_vflag |= VV_ROOT; /* should be further down XXX */
372 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
499 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp))
/freebsd-9.3-release/sys/fs/portalfs/
H A Dportal_vnops.c250 if (vp->v_vflag & VV_ROOT)
487 if (vp->v_vflag & VV_ROOT) {
517 if (ap->a_vp->v_vflag & VV_ROOT)
H A Dportal_vfsops.c156 rvp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/fdescfs/
H A Dfdesc_vfsops.c105 rvp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c1082 vp->v_vflag |= VV_NOKNOTE;
1180 (vp->v_vflag & VV_FORCEINSMQ) == 0)) {
2646 if ((flags & SKIPSYSTEM) && (vp->v_vflag & VV_SYSTEM)) {
2963 if (vp->v_vflag & VV_ROOT)
2965 if (vp->v_vflag & VV_ISTTY)
2967 if (vp->v_vflag & VV_NOSYNC)
2969 if (vp->v_vflag & VV_ETERNALDEV)
2971 if (vp->v_vflag & VV_CACHEDLABEL)
2973 if (vp->v_vflag & VV_TEXT)
2975 if (vp->v_vflag
[all...]
H A Dvfs_default.c807 ((*dvp)->v_vflag & VV_ROOT) &&
1095 return ((ap->a_vp->v_vflag & VV_TEXT) != 0);
1102 ap->a_vp->v_vflag |= VV_TEXT;
1110 ap->a_vp->v_vflag &= ~VV_TEXT;
H A Dvfs_lookup.c658 ((dp->v_vflag & VV_ROOT) != 0 &&
666 if ((dp->v_vflag & VV_ROOT) == 0)
732 (dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) &&
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vfsops.c218 vp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clnode.c164 vp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_getcwd.c356 while (lvp->v_vflag & VV_ROOT) {
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_vfsops.c185 rootvp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/nullfs/
H A Dnull_vfsops.c176 nullm_rootvp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_snapshot.c301 vp->v_vflag |= VV_SYSTEM;
679 devvp->v_vflag |= VV_COPYONWRITE;
2027 vp->v_vflag |= VV_SYSTEM;
2076 devvp->v_vflag |= VV_COPYONWRITE;
2460 if ((devvp->v_vflag & VV_COPYONWRITE) == 0)
2619 (devvp->v_vflag & VV_COPYONWRITE) == 0) {
2625 devvp->v_vflag &= ~VV_COPYONWRITE;
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vfsops.c488 vp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_node.c208 if (vp->v_type == VDIR && dvp && (dvp->v_vflag & VV_ROOT) == 0) {
H A Dnwfs_vfsops.c354 vp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_node.c249 if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) {
H A Dsmbfs_vfsops.c360 vp->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c388 (*vpp)->v_vflag |= VV_ROOT;
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_mountops.c237 rvp->v_vflag |= VV_ROOT;

Completed in 331 milliseconds

123