HomeSort by: relevance | last modified time | path
    Searched defs:otherlop (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/client/
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);

Completed in 13 milliseconds