Home
last modified time | relevance | path

Searched refs:smb_unlock_range (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c381 result = smb_unlock_range(sr, lr->off, lr->len, lr->pid); in smb_com_locking_andx()
400 (void) smb_unlock_range(sr, in smb_com_locking_andx()
H A Dsmb_unlock_byte_range.c90 result = smb_unlock_range(sr, (uint64_t)Offset, (uint64_t)Length, in smb_com_unlock_byte_range()
H A Dsmb2_lock.c190 status = smb_unlock_range(sr, lk->Offset, lk->Length, pid); in smb2_unlock()
269 (void) smb_unlock_range(sr, in smb2_locks()
H A Dsmb_write.c309 status = smb_unlock_range(sr, param->rw_offset, in smb_com_write_and_unlock()
H A Dsmb_lock.c98 smb_unlock_range( in smb_unlock_range() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h313 uint32_t smb_unlock_range(smb_request_t *, uint64_t, uint64_t, uint32_t);