Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1090 struct nfscllock *nlop, *otherlop; in nfscl_getbytelock() local
1113 otherlop = malloc( in nfscl_getbytelock()
1136 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1207 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1249 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); in nfscl_getbytelock()
1271 if (otherlop) in nfscl_getbytelock()
1272 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()