| D | nfs_clstate.c | 220 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_open() local 252 nfscl_filllockowner(p->td_proc, own, F_POSIX); in nfscl_open() 275 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open() 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, in nfscl_open() 326 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, in nfscl_newopen() argument 341 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfscl_newopen() 485 u_int8_t own[NFSV4CL_LOCKNAMELEN]; in nfscl_getstateid() local 550 nfscl_filllockowner(p->td_proc, own, F_POSIX); in nfscl_getstateid() 552 error = nfscl_getopen(&clp->nfsc_owner, nfhp, fhlen, own, own, in nfscl_getstateid() 939 u_int8_t own[NFSV4CL_LOCKNAMELEN], *ownp, openown[NFSV4CL_LOCKNAMELEN]; in nfscl_getbytelock() local [all …]
|