Searched refs:vfs_root (Results 1 – 21 of 21) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_init.c | 205 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_root)(mp, flags, vpp); in vfs_root_sigdefer() 376 .vfs_root = vfs_root_sigdefer, 468 if (vfsops->vfs_root == NULL) in vfs_register() 470 vfsops->vfs_root = vfs_stdroot; in vfs_register()
|
| H A D | uipc_mqueue.c | 2728 .vfs_root = mqfs_root,
|
| /src/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 211 .vfs_root = autofs_root,
|
| /src/sys/fs/fdescfs/ |
| H A D | fdesc_vfsops.c | 235 .vfs_root = fdesc_root,
|
| /src/sys/fs/devfs/ |
| H A D | devfs_vfsops.c | 238 .vfs_root = vfs_cache_root,
|
| /src/sys/fs/pseudofs/ |
| H A D | pseudofs.h | 304 .vfs_root = pfs_root, \
|
| /src/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 75 .vfs_root = smbfs_root,
|
| /src/sys/sys/ |
| H A D | mount.h | 832 vfs_root_t *vfs_root; member 871 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \
|
| /src/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 490 .vfs_root = nullfs_root,
|
| /src/sys/fs/p9fs/ |
| H A D | p9fs_vfsops.c | 604 .vfs_root = p9fs_root,
|
| /src/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 600 .vfs_root = unionfs_root,
|
| /src/sys/fs/fuse/ |
| H A D | fuse_vfsops.c | 125 .vfs_root = fuse_vfsop_root,
|
| /src/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 694 .vfs_root = vfs_cache_root,
|
| /src/sys/fs/udf/ |
| H A D | udf_vfsops.c | 128 .vfs_root = udf_root,
|
| /src/sys/fs/cd9660/ |
| H A D | cd9660_vfsops.c | 80 .vfs_root = cd9660_root,
|
| /src/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 1199 .vfs_root = msdosfs_root,
|
| /src/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 1239 .vfs_root = tarfs_root,
|
| /src/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 97 .vfs_root = ext2_root, /* root inode via vget */
|
| /src/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 108 .vfs_root = vfs_cache_root,
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 138 .vfs_root = vfs_cache_root,
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 139 .vfs_root = vfs_cache_root,
|