Searched refs:CTDB_REC_RO_FLAGS (Results 1 – 6 of 6) sorted by relevance
504 hdr->flags &= ~CTDB_REC_RO_FLAGS; in ctdb_control_push_db()589 hdr->flags &= ~CTDB_REC_RO_FLAGS; in db_push_msg_handler()1009 if (hdr->flags & CTDB_REC_RO_FLAGS) { in delete_tdb_record()1015 if (hdr2->flags & CTDB_REC_RO_FLAGS) { in delete_tdb_record()
106 } else if (header->flags & CTDB_REC_RO_FLAGS) { in ctdb_ltdb_store_server()149 !(header->flags & CTDB_REC_RO_FLAGS)) in ctdb_ltdb_store_server()
669 if (header.flags & CTDB_REC_RO_FLAGS) { in delete_record_traverse()
813 header.flags &= ~CTDB_REC_RO_FLAGS; in daemon_request_call_from_client()
969 header.flags &= ~CTDB_REC_RO_FLAGS; in ctdb_request_call()
504 #define CTDB_REC_RO_FLAGS (CTDB_REC_RO_HAVE_DELEGATIONS|\ macro