Searched refs:GET_ACTION (Results 1 – 2 of 2) sorted by relevance
63 if (GET_ACTION(info->flags) == ACT_DELETE) in apply_action()70 if (GET_ACTION(info->flags) == ACT_DELETE) in apply_action()84 if (GET_ACTION(info->flags) == ACT_DELETE) in apply_action()163 if (GET_ACTION(info->flags) == ACT_DELETE) in apply_action()292 if ((GET_ACTION(info->flags) == ACT_DELETE) || in doappend()331 if ((GET_ACTION(info->flags) == ACT_DELETE) || in doappend()
69 #define GET_ACTION(x) (x & 0x0000000f) macro