Home
last modified time | relevance | path

Searched refs:otherlop (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/fs/nfs/client/
H A Dnfs_clstate.c935 struct nfscllock *nlop, *otherlop; in nfscl_getbytelock() local
958 MALLOC(otherlop, struct nfscllock *, in nfscl_getbytelock()
980 FREE((caddr_t)otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1048 FREE((caddr_t)otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1090 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); in nfscl_getbytelock()
1112 if (otherlop) in nfscl_getbytelock()
1113 FREE((caddr_t)otherlop, M_NFSCLLOCK); in nfscl_getbytelock()