IS_ACTIVE
#define IS_ACTIVE(x) (((x) & NAME_ATTR_ACTIVE) != 0)
#define IS_ACTIVE(lock) ((lock)->l_status == FLK_ACTIVE_STATE)