Searched refs:vfs_root (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 193 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_root)(mp, flags, vpp); in vfs_root_sigdefer() 364 .vfs_root = vfs_root_sigdefer, 455 if (vfsops->vfs_root == NULL) in vfs_register() 457 vfsops->vfs_root = vfs_stdroot; in vfs_register()
|
H A D | uipc_mqueue.c | 2727 .vfs_root = mqfs_root,
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 211 .vfs_root = autofs_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/pseudofs/ |
H A D | pseudofs.h | 303 .vfs_root = pfs_root, \
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 75 .vfs_root = smbfs_root,
|
/freebsd/sys/sys/ |
H A D | mount.h | 825 vfs_root_t *vfs_root; member 864 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 484 .vfs_root = nullfs_root,
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 602 .vfs_root = p9fs_root,
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 577 .vfs_root = unionfs_root,
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 123 .vfs_root = fuse_vfsop_root,
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 694 .vfs_root = vfs_cache_root,
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 127 .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 | 1202 .vfs_root = msdosfs_root,
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 1241 .vfs_root = tarfs_root,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 137 .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 | 139 .vfs_root = vfs_cache_root,
|