Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c203 int nfs_vfs_root(mount_t, vnode_t *, vfs_context_t);
217 .vfs_root = nfs_vfs_root,
4689 nfs_vfs_root(mount_t mp, vnode_t *vpp, __unused vfs_context_t ctx) in nfs_vfs_root() function