HomeSort by: relevance | last modified time | path
    Searched refs:VV_ROOT (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/kern/
vfs_getcwd.c 250 if ((uvp->v_vflag & VV_ROOT) &&
327 if (lvp->v_vflag & VV_ROOT) {
337 while (lvp->v_vflag & VV_ROOT) {
357 if (lvp->v_vflag & VV_ROOT)
vfs_lookup.c 1141 if ((searchdir->v_vflag & VV_ROOT) == 0 ||
1191 (searchdir->v_vflag & VV_ROOT) &&
1309 if ((searchdir->v_vflag & VV_ROOT) != 0 &&
1354 if ((searchdir->v_vflag & VV_ROOT) != 0 &&
  /src/sys/fs/filecorefs/
filecore_node.c 195 vp->v_vflag |= VV_ROOT;
  /src/sys/miscfs/nullfs/
null_vfsops.c 174 vp->v_vflag |= VV_ROOT;
  /src/sys/miscfs/overlay/
overlay_vfsops.c 187 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/msdosfs/
msdosfs_denode.c 320 vp->v_vflag |= VV_ROOT;
368 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
488 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp))
  /src/sys/coda/
coda_vfsops.c 263 rtvp->v_vflag |= VV_ROOT;
324 mi->mi_rootvp->v_vflag &= ~VV_ROOT;
  /src/sys/fs/adosfs/
adlookup.c 130 if (vdp->v_type == VDIR && (vdp->v_vflag & VV_ROOT))
  /src/sys/miscfs/fdesc/
fdesc_vfsops.c 194 vp->v_vflag |= VV_ROOT;
  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 276 vp->v_vflag = VV_ROOT;
  /src/sys/miscfs/umapfs/
umap_vfsops.c 246 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/hfs/
hfs_subr.c 92 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/nfs/client/
nfs_clnode.c 160 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/autofs/
autofs_vfsops.c 325 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/efs/
efs_vfsops.c 415 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 435 vp->v_vflag = VV_ROOT;
  /src/sys/fs/sysvbfs/
sysvbfs_vfsops.c 348 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/v7fs/
v7fs_vfsops.c 465 vp->v_vflag |= VV_ROOT;
  /src/sys/miscfs/procfs/
procfs_vfsops.c 325 vp->v_vflag |= VV_ROOT;
  /src/sys/sys/
vnode.h 213 #define VV_ROOT 0x00000001 /* root of its file system */
  /src/sys/fs/nilfs/
nilfs_vfsops.c 1045 KASSERT(error != 0 || ((*vpp)->v_vflag & VV_ROOT));
1180 vp->v_vflag |= VV_ROOT;
  /src/sys/fs/tmpfs/
tmpfs_subr.c 137 vp->v_vflag |= VV_ROOT;
246 vp->v_vflag |= VV_ROOT;
  /src/usr.bin/pmap/
pmap.c 874 (vi.vi_vnode.v_vflag & VV_ROOT) != 0)
896 return (vi.vi_vnode.v_vflag & VV_ROOT);
  /src/sys/fs/udf/
udf_vfsops.c 770 KASSERT(vp->v_vflag & VV_ROOT);
  /src/sys/dev/
fss.c 715 if ((vp->v_vflag & VV_ROOT) != VV_ROOT) {

Completed in 31 milliseconds

1 2 3