nfsv4_sattr
int nfsv4_sattr(struct nfsrv_descript *, vnode_t, struct nfsvattr *, nfsattrbit_t *,
error = nfsv4_sattr(nd, vp, nvap, attrbitp, aclp, p);
error = nfsv4_sattr(nd, NULL, &nva, &attrbits, aclp, p);
error = nfsv4_sattr(nd, vp, &nva, &attrbits, aclp, p);