Searched refs:nfsl_owner (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clstate.c | 648 if (!NFSBCMP(lp->nfsl_owner, in nfscl_getopen() 1058 if (!NFSBCMP(lp->nfsl_owner, ownp, NFSV4CL_LOCKNAMELEN)) in nfscl_getbytelock() 1062 NFSBCOPY(ownp, nlp->nfsl_owner, NFSV4CL_LOCKNAMELEN); in nfscl_getbytelock() 1176 if (!NFSBCMP(lp->nfsl_owner, own, in nfscl_relbytelock() 1197 !NFSBCMP(lp->nfsl_owner, own, in nfscl_relbytelock() 1253 !NFSBCMP(lp->nfsl_owner, own, in nfscl_releasealllocks() 1323 if (!NFSBCMP(lp->nfsl_owner, own, in nfscl_checkwritelocked() 1350 if (!NFSBCMP(lp->nfsl_owner, own, in nfscl_checkwritelocked() 1684 if (!NFSBCMP(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN)) { in nfscl_cleanup_common() 1765 if (!NFSBCMP(nlp->nfsl_owner, lp->nfsl_owner, in nfscl_emptylockowner() [all …]
|
H A D | nfs_clrpcops.c | 3994 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN); in nfsrpc_lock() 4284 NFSBCOPY(lp->nfsl_owner, own, NFSV4CL_LOCKNAMELEN); in nfsrpc_rellockown()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfsclstate.h | 208 u_int8_t nfsl_owner[NFSV4CL_LOCKNAMELEN]; member
|