map_ptr            89 lib/tdb/common/io.c 	if (tdb->map_ptr) {
map_ptr            90 lib/tdb/common/io.c 		memcpy(off + (char *)tdb->map_ptr, buf, len);
map_ptr           138 lib/tdb/common/io.c 	if (tdb->map_ptr) {
map_ptr           139 lib/tdb/common/io.c 		memcpy(buf, off + (char *)tdb->map_ptr, len);
map_ptr           167 lib/tdb/common/io.c 	if (tdb->map_ptr) {
map_ptr           169 lib/tdb/common/io.c 			if (0 != *(uint32_t *)(TDB_HASH_TOP(h) + (unsigned char *)tdb->map_ptr)) {
map_ptr           191 lib/tdb/common/io.c 	if (tdb->map_ptr) {
map_ptr           194 lib/tdb/common/io.c 		ret = munmap(tdb->map_ptr, tdb->map_size);
map_ptr           199 lib/tdb/common/io.c 	tdb->map_ptr = NULL;
map_ptr           210 lib/tdb/common/io.c 		tdb->map_ptr = mmap(NULL, tdb->map_size, 
map_ptr           218 lib/tdb/common/io.c 		if (tdb->map_ptr == MAP_FAILED) {
map_ptr           219 lib/tdb/common/io.c 			tdb->map_ptr = NULL;
map_ptr           224 lib/tdb/common/io.c 		tdb->map_ptr = NULL;
map_ptr           227 lib/tdb/common/io.c 	tdb->map_ptr = NULL;
map_ptr           333 lib/tdb/common/io.c 		char *new_map_ptr = (char *)realloc(tdb->map_ptr,
map_ptr           339 lib/tdb/common/io.c 		tdb->map_ptr = new_map_ptr;
map_ptr           417 lib/tdb/common/io.c 	if ((tdb->transaction == NULL) && (tdb->map_ptr != NULL)) {
map_ptr           425 lib/tdb/common/io.c 		data.dptr = offset + (unsigned char *)tdb->map_ptr;
map_ptr            66 lib/tdb/common/open.c 		tdb->map_ptr = (char *)newdb;
map_ptr           165 lib/tdb/common/open.c 	tdb->map_ptr = NULL;
map_ptr           332 lib/tdb/common/open.c 	if (tdb->map_ptr) {
map_ptr           334 lib/tdb/common/open.c 			SAFE_FREE(tdb->map_ptr);
map_ptr           371 lib/tdb/common/open.c 	if (tdb->map_ptr) {
map_ptr           373 lib/tdb/common/open.c 			SAFE_FREE(tdb->map_ptr);
map_ptr           145 lib/tdb/common/tdb_private.h 	void *map_ptr; /* where it is currently mapped */
map_ptr           567 lib/tdb/common/transaction.c 	if (tdb->map_ptr) {
map_ptr           569 lib/tdb/common/transaction.c 		if (msync(moffset + (char *)tdb->map_ptr,