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

1 2

  /src/sys/miscfs/deadfs/
dead_vfsops.c 60 .vfs_root = (void *)dead_panic,
  /src/sys/fs/sysvbfs/
sysvbfs.c 122 .vfs_root = sysvbfs_root,
  /src/sys/fs/v7fs/
v7fs_extern.c 188 .vfs_root = v7fs_root,
  /src/sys/miscfs/nullfs/
null_vfsops.c 226 .vfs_root = layerfs_root,
  /src/sys/miscfs/overlay/
overlay_vfsops.c 257 .vfs_root = layerfs_root,
  /src/sys/miscfs/fdesc/
fdesc_vfsops.c 245 .vfs_root = fdesc_root,
  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 304 .vfs_root = kernfs_root,
  /src/sys/miscfs/umapfs/
umap_vfsops.c 315 .vfs_root = layerfs_root,
  /src/sys/ufs/mfs/
mfs_vfsops.c 96 .vfs_root = ufs_root,
  /src/sys/fs/autofs/
autofs_vfsops.c 346 .vfs_root = autofs_root,
  /src/sys/fs/efs/
efs_vfsops.c 563 .vfs_root = efs_root,
  /src/sys/fs/filecorefs/
filecore_vfsops.c 113 .vfs_root = filecore_root,
  /src/sys/fs/hfs/
hfs_vfsops.c 156 .vfs_root = hfs_root,
  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 480 .vfs_root = ptyfs_root,
  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 464 .vfs_root = tmpfs_root,
  /src/sys/sys/
mount.h 193 int (*vfs_root) (struct mount *, int, struct vnode **); member in struct:vfsops
238 int VFS_ROOT(struct mount *, int, struct vnode **);
  /src/sys/fs/union/
union_vfsops.c 540 .vfs_root = union_root,
  /src/sys/fs/unionfs/
unionfs_vfsops.c 517 .vfs_root = unionfs_root,
  /src/sys/miscfs/procfs/
procfs_vfsops.c 531 .vfs_root = procfs_root,
  /src/sys/coda/
coda_vfsops.c 103 .vfs_root = coda_root,
  /src/sys/fs/udf/
udf_vfsops.c 104 .vfs_root = udf_root,
  /src/sys/fs/adosfs/
advfsops.c 265 if ((error = VFS_ROOT(mp, LK_EXCLUSIVE, &rvp)) != 0)
794 .vfs_root = adosfs_root,
  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 122 .vfs_root = msdosfs_root,
  /src/sys/fs/nilfs/
nilfs_vfsops.c 171 .vfs_root = nilfs_root,
  /src/sys/fs/puffs/
puffs_vfsops.c 873 .vfs_root = puffs_vfsop_root,

Completed in 48 milliseconds

1 2