Refactor: crmd: add enumeration for all node update fields
Add a new node_update_flags enumeration, node_update_all (the bitwise-and of
all node update fields -- though not all flags, which include "quick"),
and modify existing code to use it where appropriate.
Makes code shorter and easier to follow.