1) Create a ZFS or UFS filesystem with mountpoint set to /usr/home
2) Add an NFS entry for /usr/home to /etc/fstab. Don't mount it.
3) Run "mount -d -a -t nfs". It should print the entry from step 2
4) Mount /usr/home
5) Run "mount -d -a -t nfs". It should print nothing.