Home
last modified time | relevance | path

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

12

/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()
H A Dmsdosfs_lookup.c185 if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' && in msdosfs_lookup_ino()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h58 #define VROOT VV_ROOT
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h57 #define VROOT VV_ROOT
/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()
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c249 vp->v_vflag |= VV_ROOT; in null_nodeget()
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()
/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/fs/pseudofs/
H A Dpseudofs_vncache.c171 (*vpp)->v_vflag = VV_ROOT; in pfs_vncache_alloc()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c160 vp->v_vflag |= VV_ROOT; in ncl_nget()
/freebsd/sys/fs/unionfs/
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()
H A Dunion_vfsops.c291 KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0, in unionfs_domount()
/freebsd/sys/kern/
H A Dvfs_lookup.c1224 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()
H A Dvfs_mount.c1325 if ((vp->v_vflag & VV_ROOT) == 0) { in vfs_domount_update()
1659 if ((vp->v_vflag & VV_ROOT) != 0 && in vfs_domount()
1815 if ((vp->v_vflag & VV_ROOT) == 0 && vp->v_type != VNON && in vfs_check_usecounts()
H A Dvfs_cache.c3247 (nd.ni_vp->v_vflag & VV_ROOT) != 0) { in kern___realpathat()
3476 if ((vp->v_vflag & VV_ROOT) != 0) { in vn_fullpath_dir()
3612 if ((vp->v_vflag & VV_ROOT) != 0) { in vn_fullpath_any_smr()
3997 if (vp->v_vflag & VV_ROOT) { in db_print_vpath()
5279 if ((dvp->v_vflag & VV_ROOT) != 0) { in cache_fplookup_dotdot()
/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()
H A Dsmbfs_vnops.c241 SMBVDEBUG("%lx: '%s' %d\n", (long)vp, np->n_name, (vp->v_vflag & VV_ROOT) != 0); in smbfs_getattr()
1063 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) { in smbfs_lookup()
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c687 vp->v_vflag |= VV_ROOT; in autofs_node_vn()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c580 (*vpp)->v_vflag |= VV_ROOT; in tmpfs_root()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c711 vp->v_vflag |= VV_ROOT; in udf_vget()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c841 vp->v_vflag |= VV_ROOT; in cd9660_vget_internal()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1044 (*vpp)->v_vflag &= ~VV_ROOT; in zfsctl_snapdir_lookup()

12