Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c216 struct ucred *cred, NFSPROC_T *p, struct nfsclowner **owpp, in nfscl_open() argument
231 if (owpp != NULL) in nfscl_open()
232 *owpp = NULL; in nfscl_open()
338 if (owpp != NULL) in nfscl_open()
339 *owpp = owp; in nfscl_open()
350 struct nfsclowner **owpp, struct nfsclowner **nowpp, struct nfsclopen **opp, in nfscl_newopen() argument
354 struct nfsclowner *owp = *owpp, *nowp; in nfscl_newopen()
379 owp = *owpp = nowp; in nfscl_newopen()