nfs_clstate.c | 935 struct nfscllock *nlop, *otherlop; local in function:nfscl_getbytelock 958 MALLOC(otherlop, struct nfscllock *, 980 FREE((caddr_t)otherlop, M_NFSCLLOCK); 1048 FREE((caddr_t)otherlop, M_NFSCLLOCK); 1090 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); 1112 if (otherlop) 1113 FREE((caddr_t)otherlop, M_NFSCLLOCK);
|