cstatvfs64
error = cstatvfs64(vp->v_vfsp, (struct statvfs64 *)sbp);
error = cstatvfs64(fp->f_vnode->v_vfsp, (struct statvfs64 *)sbp);
error = cstatvfs64(vp->v_vfsp, sbp);
error = cstatvfs64(fp->f_vnode->v_vfsp, sbp);