HomeSort by: relevance | last modified time | path
    Searched defs:ohp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clstate.c 219 struct nfsclownerhead *ohp; local in function:nfscl_open
270 ohp = &dp->nfsdl_owner;
272 ohp = &clp->nfsc_owner;
274 LIST_FOREACH(owp, ohp, nfsow_list) {
611 nfscl_getopen(struct nfsclownerhead *ohp, u_int8_t *nfhp, int fhlen,
636 owp = LIST_FIRST(ohp);
nfs_clstate.c 219 struct nfsclownerhead *ohp; local in function:nfscl_open
270 ohp = &dp->nfsdl_owner;
272 ohp = &clp->nfsc_owner;
274 LIST_FOREACH(owp, ohp, nfsow_list) {
611 nfscl_getopen(struct nfsclownerhead *ohp, u_int8_t *nfhp, int fhlen,
636 owp = LIST_FIRST(ohp);

Completed in 51 milliseconds