Home
last modified time | relevance | path

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

/dports/net/samba412/samba-4.12.15/source3/include/
H A Dsmb.h585 #define LEVEL_II_OPLOCK_TYPE(lck) ((lck) & (unsigned int)LEVEL_II_OPLOCK) macro
/dports/net/samba412/samba-4.12.15/source3/locking/
H A Dlocking.c669 num_props += (LEVEL_II_OPLOCK_TYPE(e->op_type) ? 1 : 0); in is_valid_share_mode_entry()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dopen.c2022 if (LEVEL_II_OPLOCK_TYPE(e->op_type)) { in validate_oplock_types_fn()