VFS_ROOT
#define VFS_ROOT(vfsp, vpp) (*(vfsp)->vfs_op->vfs_root)(vfsp, vpp)
#define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp)