Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c998 struct nfscllock *nlop, *otherlop; in nfscl_getbytelock() local
1021 otherlop = malloc( in nfscl_getbytelock()
1044 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1115 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1157 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); in nfscl_getbytelock()
1179 if (otherlop) in nfscl_getbytelock()
1180 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()