Home
last modified time | relevance | path

Searched refs:vfs_root (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c236 .vfs_root = mockfs_root,
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c507 .vfs_root = devfs_root,
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c546 .vfs_root = bindfs_root,
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c576 .vfs_root = nullfs_root,
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c481 .vfs_root = routefs_root,
/xnu-12377.41.6/bsd/sys/
H A Dmount.h631 int (*vfs_root)(struct mount *mp, struct vnode **vpp, vfs_context_t context); member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c266 if ((mp == dead_mountp) || (mp->mnt_op->vfs_root == 0)) { in VFS_ROOT()
274 error = (*mp->mnt_op->vfs_root)(mp, vpp, ctx); in VFS_ROOT()