| nfs_commonsubs.c | 821 struct nfsfh *tnfhp; local in function:nfsv4_loadattr 1190 error = nfsm_getfh(nd, &tnfhp); 1193 tfhsize = tnfhp->nfh_len; 1196 !NFSRV_CMPFH(tnfhp->nfh_fh, tfhsize, 1199 FREE((caddr_t)tnfhp, M_NFSFH); 1201 *nfhpp = tnfhp; 1203 FREE((caddr_t)tnfhp, M_NFSFH);
|