Home
last modified time | relevance | path

Searched refs:allow_client_db_attach (Results 1 – 5 of 5) sorted by relevance

/dports/net/samba412/samba-4.12.15/ctdb/common/
H A Dtunable.c121 offsetof(struct ctdb_tunable_list, allow_client_db_attach) },
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dprotocol_common.c639 p->allow_client_db_attach = rand32(); in fill_ctdb_tunable_list()
706 assert(p1->allow_client_db_attach == p2->allow_client_db_attach); in verify_ctdb_tunable_list()
/dports/net/samba412/samba-4.12.15/ctdb/server/
H A Dctdb_ltdb_server.c1114 if (ctdb->tunable.allow_client_db_attach == 0) { in ctdb_control_db_attach()
1236 if (ctdb->tunable.allow_client_db_attach == 1) { in ctdb_control_db_detach()
/dports/net/samba412/samba-4.12.15/ctdb/protocol/
H A Dprotocol.h641 uint32_t allow_client_db_attach; member
H A Dprotocol_types.c2608 ctdb_uint32_len(&in->allow_client_db_attach) + in ctdb_tunable_list_len()
2761 ctdb_uint32_push(&in->allow_client_db_attach, buf+offset, &np); in ctdb_tunable_list_push()
3127 &out->allow_client_db_attach, &np); in ctdb_tunable_list_pull_elems()