Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_vfsops.c204 int nfs_vfs_root(mount_t, vnode_t *, vfs_context_t);
218 .vfs_root = nfs_vfs_root,
4686 nfs_vfs_root(mount_t mp, vnode_t *vpp, __unused vfs_context_t ctx) in nfs_vfs_root() function