Searched refs:nfsow_owner (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 283 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open() 364 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfscl_newopen() 797 if (*ropp == NULL && !NFSBCMP(owp->nfsow_owner, openown, in nfscl_checkown() 1226 NFSBCOPY(op->nfso_own->nfsow_owner, nlp->nfsl_openowner, in nfscl_getbytelock() 1813 if (!NFSBCMP(towp->nfsow_owner, owp->nfsow_owner, in nfscl_expireclient() 1906 if (!NFSBCMP(owp->nfsow_owner, own, in nfscl_cleanup_common() 1951 if (nfscl_procdoesntexist(owp->nfsow_owner)) { in nfscl_cleanupkext() 1952 memcpy(own, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfscl_cleanupkext() 2350 NFSBCOPY("RECLAIMDELEG", nowp->nfsow_owner, in nfscl_recover() 3124 owp->nfsow_owner[0], owp->nfsow_owner[1], in nfscl_dumpstate() [all …]
|
H A D | nfs_clrpcops.c | 568 (void) nfsm_strtom(nd, op->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_openrpc() 2640 (void) nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_createv4() 8250 nfsm_strtom(nd, op->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_openlayoutrpc() 8459 nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_createlayout()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 153 u_int8_t nfsow_owner[NFSV4CL_LOCKNAMELEN]; member
|