Home
last modified time | relevance | path

Searched refs:VV_ROOT (Results 1 – 25 of 43) sorted by relevance

12

/NextBSD/sys/fs/msdosfs/
HDmsdosfs_denode.c195 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()
HDmsdosfs_lookup.c162 if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' && in msdosfs_lookup_()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDvfs.h70 #define VROOT VV_ROOT
/NextBSD/sys/fs/fdescfs/
HDfdesc_vfsops.c110 rvp->v_vflag |= VV_ROOT; in fdesc_mount()
/NextBSD/sys/fs/devfs/
HDdevfs_vfsops.c219 vp->v_vflag |= VV_ROOT; in devfs_root()
/NextBSD/sys/fs/nullfs/
HDnull_vnops.c377 KASSERT((ldvp->v_vflag & VV_ROOT) == 0 || in null_lookup()
378 ((dvp->v_vflag & VV_ROOT) != 0 && (flags & ISDOTDOT) == 0), in null_lookup()
HDnull_vfsops.c176 nullm_rootvp->v_vflag |= VV_ROOT; in nullfs_mount()
/NextBSD/sys/fs/pseudofs/
HDpseudofs_vncache.c163 (*vpp)->v_vflag = VV_ROOT; in pfs_vncache_alloc()
/NextBSD/sys/kern/
HDvfs_lookup.c667 ((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()
HDvfs_default.c828 ((*dvp)->v_vflag & VV_ROOT) && in vop_stdvptocnp()
HDvfs_syscalls.c1745 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()
/NextBSD/sys/fs/fuse/
HDfuse_internal.h96 return ((vp->v_vflag & VV_ROOT) != 0 ? 1 : 0); in vnode_isvroot()
HDfuse_node.c138 vp->v_vflag |= VV_ROOT; in fuse_vnode_init()
/NextBSD/sys/fs/nfsclient/
HDnfs_clnode.c158 vp->v_vflag |= VV_ROOT; in ncl_nget()
/NextBSD/sys/fs/smbfs/
HDsmbfs_node.c207 if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) { in smbfs_node_alloc()
HDsmbfs_vfsops.c340 vp->v_vflag |= VV_ROOT; in smbfs_root()
HDsmbfs_vnops.c265 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)) {
/NextBSD/sys/fs/tmpfs/
HDtmpfs_vfsops.c346 (*vpp)->v_vflag |= VV_ROOT; in tmpfs_root()
/NextBSD/sys/fs/autofs/
HDautofs_vnops.c637 vp->v_vflag |= VV_ROOT; in autofs_node_vn()
/NextBSD/sys/fs/udf/
HDudf_vfsops.c716 vp->v_vflag |= VV_ROOT; in udf_vget()
/NextBSD/sys/gnu/fs/reiserfs/
HDreiserfs_inode.c791 vp->v_vflag |= VV_ROOT; in reiserfs_iget()
/NextBSD/sys/fs/cd9660/
HDcd9660_vfsops.c829 vp->v_vflag |= VV_ROOT;
/NextBSD/sys/sys/
HDvnode.h243 #define VV_ROOT 0x0001 /* root of its filesystem */ macro
/NextBSD/sys/fs/ext2fs/
HDext2_alloc.c463 if (ITOV(pip)->v_vflag & VV_ROOT) { in ext2_dirpref()
/NextBSD/sys/fs/unionfs/
HDunion_subr.c294 vp->v_vflag |= VV_ROOT; in unionfs_nodeget()

12