num_props 1016 source3/locking/locking.c int num_props = 0; num_props 1026 source3/locking/locking.c num_props += ((e->op_type == NO_OPLOCK) ? 1 : 0); num_props 1027 source3/locking/locking.c num_props += (EXCLUSIVE_OPLOCK_TYPE(e->op_type) ? 1 : 0); num_props 1028 source3/locking/locking.c num_props += (LEVEL_II_OPLOCK_TYPE(e->op_type) ? 1 : 0); num_props 1030 source3/locking/locking.c SMB_ASSERT(num_props <= 1); num_props 1031 source3/locking/locking.c return (num_props != 0);