Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c249 unsigned short unlock_num; /* # unlock range structs */ in smb_com_locking_andx() local
262 &oplock_level, &timeout, &unlock_num, &lock_num); in smb_com_locking_andx()
278 if (unlock_num > smb_lock_max_elem || in smb_com_locking_andx()
292 if (unlock_num == 0 && lock_num == 0) in smb_com_locking_andx()
329 lrv_tot = unlock_num + lock_num; in smb_com_locking_andx()
331 lrv_lk = &lrv_ul[unlock_num]; in smb_com_locking_andx()
378 for (i = 0; i < unlock_num; i++) { in smb_com_locking_andx()