Searched refs:VV_ROOT (Results 1 – 25 of 43) sorted by relevance
12
195 nvp->v_vflag |= VV_ROOT; /* should be further down XXX */ in deget()302 if (DETOV(dep)->v_vflag & VV_ROOT) in deupdat()356 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) { in detrunc()480 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) in deextend()
162 if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' && in msdosfs_lookup_()
70 #define VROOT VV_ROOT
110 rvp->v_vflag |= VV_ROOT; in fdesc_mount()
219 vp->v_vflag |= VV_ROOT; in devfs_root()
377 KASSERT((ldvp->v_vflag & VV_ROOT) == 0 || in null_lookup()378 ((dvp->v_vflag & VV_ROOT) != 0 && (flags & ISDOTDOT) == 0), in null_lookup()
176 nullm_rootvp->v_vflag |= VV_ROOT; in nullfs_mount()
163 (*vpp)->v_vflag = VV_ROOT; in pfs_vncache_alloc()
667 ((dp->v_vflag & VV_ROOT) != 0 && in lookup()674 if ((dp->v_vflag & VV_ROOT) == 0) in lookup()736 (dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) && in lookup()
828 ((*dvp)->v_vflag & VV_ROOT) && in vop_stdvptocnp()
1745 if (vp->v_vflag & VV_ROOT) in kern_unlinkat()3735 if (vp->v_vflag & VV_ROOT) { in kern_rmdirat()3903 (vp->v_vflag & VV_ROOT) && in kern_ogetdirentries()4010 (vp->v_vflag & VV_ROOT) && in kern_getdirentries()
96 return ((vp->v_vflag & VV_ROOT) != 0 ? 1 : 0); in vnode_isvroot()
138 vp->v_vflag |= VV_ROOT; in fuse_vnode_init()
158 vp->v_vflag |= VV_ROOT; in ncl_nget()
207 if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) { in smbfs_node_alloc()
340 vp->v_vflag |= VV_ROOT; in smbfs_root()
265 SMBVDEBUG("%lx: '%s' %d\n", (long)vp, np->n_name, (vp->v_vflag & VV_ROOT) != 0);1184 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) {
346 (*vpp)->v_vflag |= VV_ROOT; in tmpfs_root()
637 vp->v_vflag |= VV_ROOT; in autofs_node_vn()
716 vp->v_vflag |= VV_ROOT; in udf_vget()
791 vp->v_vflag |= VV_ROOT; in reiserfs_iget()
829 vp->v_vflag |= VV_ROOT;
243 #define VV_ROOT 0x0001 /* root of its filesystem */ macro
463 if (ITOV(pip)->v_vflag & VV_ROOT) { in ext2_dirpref()
294 vp->v_vflag |= VV_ROOT; in unionfs_nodeget()