Searched refs:OP_MASK (Results 1 – 3 of 3) sorted by relevance
40 #define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN) macro59 switch (operation & OP_MASK) { in rk_flock()106 switch (operation & OP_MASK) { in rk_flock()
63 #define OP_MASK 0x3f macro65 #define OPERATION(x) (((x) & OP_MASK) % OP_END)
318 #define OP_MASK 0x08 macro2938 opt_flags |= OP_MASK; in do_opt()3548 (opt_flags & OP_MASK) == 0) { in get_net()3878 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()3886 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()3892 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()