Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c339 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 Dsmb_lock_byte_range.c99 result = smb_lock_range(sr, (u_offset_t)off, (uint64_t)count, 0, in smb_com_lock_byte_range()
H A Dsmb_read.c198 status = smb_lock_range(sr, param->rw_offset, (uint64_t)param->rw_count, in smb_com_lock_and_read()
H A Dsmb_lock.c139 smb_lock_range( in smb_lock_range() function
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h268 uint32_t smb_lock_range(smb_request_t *, uint64_t, uint64_t, uint32_t,