Searched refs:hfs_vfs_root (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c156 static int hfs_vfs_root(struct mount *mp, struct vnode **vpp, vfs_context_t context);
522 * hfs_vfs_root will create a vnode (which must not occur until after
528 err = hfs_vfs_root(mp, &root_vnode, context);
2259 hfs_vfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t context) function
7807 error = hfs_vfs_root(mp, &root_vp, context);
7905 hfs_vfs_root,

Completed in 80 milliseconds