fsop_root
extern int fsop_root(vfs_t *, vnode_t **);
#define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp)