Searched refs:pulldb_preallocation_size (Results 1 – 5 of 5) sorted by relevance
143 offsetof(struct ctdb_tunable_list, pulldb_preallocation_size) },
650 p->pulldb_preallocation_size = rand32(); in fill_ctdb_tunable_list()717 assert(p1->pulldb_preallocation_size == p2->pulldb_preallocation_size); in verify_ctdb_tunable_list()
652 uint32_t pulldb_preallocation_size; member
2619 ctdb_uint32_len(&in->pulldb_preallocation_size) + in ctdb_tunable_list_len()2794 ctdb_uint32_push(&in->pulldb_preallocation_size, buf+offset, &np); in ctdb_tunable_list_push()3204 &out->pulldb_preallocation_size, &np); in ctdb_tunable_list_pull_elems()
220 params->allocated_len = rec->length + params->len + ctdb->tunable.pulldb_preallocation_size; in traverse_pulldb()