Searched refs:vfs_root (Results 1 – 21 of 21) sorted by relevance
| /freebsd/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, 470 if (vfsops->vfs_root == NULL) in vfs_register() 472 vfsops->vfs_root = vfs_stdroot; in vfs_register()
|
| H A D | uipc_mqueue.c | 2728 .vfs_root = mqfs_root,
|
| /freebsd/sys/fs/fdescfs/ |
| H A D | fdesc_vfsops.c | 235 .vfs_root = fdesc_root,
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vfsops.c | 238 .vfs_root = vfs_cache_root,
|
| /freebsd/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 239 .vfs_root = autofs_root,
|
| /freebsd/sys/fs/pseudofs/ |
| H A D | pseudofs.h | 304 .vfs_root = pfs_root, \
|
| /freebsd/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 75 .vfs_root = smbfs_root,
|
| /freebsd/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 499 .vfs_root = nullfs_root,
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 835 vfs_root_t *vfs_root; member 877 return (mp->mnt_op->vfs_root(mp, flags, vpp)); in VFS_ROOT()
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9fs_vfsops.c | 582 .vfs_root = p9fs_root,
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 600 .vfs_root = unionfs_root,
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_vfsops.c | 125 .vfs_root = fuse_vfsop_root,
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 718 .vfs_root = vfs_cache_root,
|
| /freebsd/sys/fs/udf/ |
| H A D | udf_vfsops.c | 128 .vfs_root = udf_root,
|
| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_vfsops.c | 80 .vfs_root = cd9660_root,
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 1196 .vfs_root = msdosfs_root,
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 1234 .vfs_root = tarfs_root,
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 97 .vfs_root = ext2_root, /* root inode via vget */
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 129 .vfs_root = vfs_cache_root,
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 108 .vfs_root = vfs_cache_root,
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 143 .vfs_root = vfs_cache_root,
|