Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c275 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open()
341 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfscl_newopen()
658 if (rop == NULL && !NFSBCMP(owp->nfsow_owner, in nfscl_getopen()
1067 NFSBCOPY(op->nfso_own->nfsow_owner, nlp->nfsl_openowner, in nfscl_getbytelock()
1606 if (!NFSBCMP(towp->nfsow_owner, owp->nfsow_owner, in nfscl_expireclient()
1694 if (!NFSBCMP(owp->nfsow_owner, own, in nfscl_cleanup_common()
1730 if (nfscl_procdoesntexist(owp->nfsow_owner)) in nfscl_cleanupkext()
1731 nfscl_cleanup_common(clp, owp->nfsow_owner); in nfscl_cleanupkext()
2086 NFSBCOPY("RECLAIMDELEG", nowp->nfsow_owner, in nfscl_recover()
2802 owp->nfsow_owner[0], owp->nfsow_owner[1], in nfscl_dumpstate()
[all …]
Dnfs_clrpcops.c401 (void) nfsm_strtom(nd, op->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_openrpc()
1990 (void) nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_createv4()
/netbsd/src/sys/fs/nfs/common/
Dnfsclstate.h138 u_int8_t nfsow_owner[NFSV4CL_LOCKNAMELEN]; member