SX_LOCK_FLAGMASK
(((sx)->sx_lock & ~(SX_LOCK_FLAGMASK & ~SX_LOCK_SHARED)) == \
#define SX_OWNER(x) ((x) & ~SX_LOCK_FLAGMASK)