Lines Matching refs:LockCount
48 uint16_t LockCount;
59 &LockCount, /* w */
69 if (sr->fid_ofile->f_node == NULL || LockCount == 0) {
73 if (LockCount > smb2_lock_max_elem) {
87 for (i = 0; i < LockCount; i++) {
133 status = smb2_lock_exec(sr, LockCount);
159 uint16_t LockCount;
170 &LockCount, /* w */
180 if (sr->fid_ofile->f_node == NULL || LockCount == 0) {
185 status = smb2_lock_exec(sr, LockCount);
211 smb2_lock_exec(smb_request_t *sr, uint16_t LockCount)
231 for (i = 0; i < LockCount; i++) {