Searched refs:smb_lock_range (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_locking_andx.c | 339 result = smb_lock_range(sr, offset64, length64, timeout, in smb_com_locking_andx() 372 result = smb_lock_range(sr, (uint64_t)offset32, in smb_com_locking_andx()
|
H A D | smb_lock_byte_range.c | 99 result = smb_lock_range(sr, (u_offset_t)off, (uint64_t)count, 0, in smb_com_lock_byte_range()
|
H A D | smb_read.c | 198 status = smb_lock_range(sr, param->rw_offset, (uint64_t)param->rw_count, in smb_com_lock_and_read()
|
H A D | smb_lock.c | 139 smb_lock_range( in smb_lock_range() function
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 268 uint32_t smb_lock_range(smb_request_t *, uint64_t, uint64_t, uint32_t,
|