current_lock_count 443 source3/include/smb.h int current_lock_count; /* Count the number of outstanding locks and pending locks. */ current_lock_count 204 source3/locking/locking.c fsp->current_lock_count != NO_LOCKING_COUNT) { current_lock_count 209 source3/locking/locking.c fsp->current_lock_count++; current_lock_count 214 source3/locking/locking.c fsp->current_lock_count = NO_LOCKING_COUNT; current_lock_count 222 source3/locking/locking.c fsp->current_lock_count != NO_LOCKING_COUNT) { current_lock_count 223 source3/locking/locking.c SMB_ASSERT(fsp->current_lock_count > 0); current_lock_count 224 source3/locking/locking.c fsp->current_lock_count--; current_lock_count 404 source3/locking/locking.c if (fsp->current_lock_count == 0) {