Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfsclient/
HDnfs_clstate.c210 struct ucred *cred, NFSPROC_T *p, struct nfsclowner **owpp, in nfscl_open() argument
225 if (owpp != NULL) in nfscl_open()
226 *owpp = NULL; in nfscl_open()
311 if (owpp != NULL) in nfscl_open()
312 *owpp = owp; in nfscl_open()
323 struct nfsclowner **owpp, struct nfsclowner **nowpp, struct nfsclopen **opp, in nfscl_newopen() argument
327 struct nfsclowner *owp = *owpp, *nowp; in nfscl_newopen()
352 owp = *owpp = nowp; in nfscl_newopen()