Home
last modified time | relevance | path

Searched refs:TargetOplockKey (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_oplock.c106 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys()
109 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys()
116 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
136 OplockOpen->TargetOplockKey, in CompareOplockKeys()
147 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
155 if (bcmp(OperOpen->TargetOplockKey, in CompareOplockKeys()
156 OplockOpen->TargetOplockKey, in CompareOplockKeys()
H A Dsmb_ofile.c383 bcopy(op->lease_key, of->TargetOplockKey, SMB_LEASE_KEY_SZ); in smb_ofile_alloc()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_main.c141 f->TargetOplockKey, /* lease */ in do_show()
177 (void) strlcpy((char *)ofile->TargetOplockKey, arg2, in do_open()
214 bzero(ofile->TargetOplockKey, SMB_LEASE_KEY_SZ); in do_close()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_ktypes.h217 uint8_t TargetOplockKey[SMB_LEASE_KEY_SZ]; member
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1440 uint8_t TargetOplockKey[SMB_LEASE_KEY_SZ]; member