Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c708 nfscl_getopen(struct nfsclownerhead *ohp, struct nfsclopenhash *ohashp, in nfscl_getopen() argument
717 KASSERT(ohp == NULL || ohashp == NULL, ("nfscl_getopen: " in nfscl_getopen()
735 if (ohashp == NULL) { in nfscl_getopen()
753 oph = &ohashp[NFSCLOPENHASHFUNC(nfhp, fhlen)]; in nfscl_getopen()