Lines Matching refs:doprop
1128 int doprop; in hammer_ip_sync_record_cursor() local
1283 error = hammer_btree_insert(cursor, &record->leaf, &doprop); in hammer_ip_sync_record_cursor()
1305 if (doprop) { in hammer_ip_sync_record_cursor()
2284 int doprop; in hammer_create_at_cursor() local
2290 doprop = 0; in hammer_create_at_cursor()
2353 error = hammer_btree_insert(cursor, leaf, &doprop); in hammer_create_at_cursor()
2392 if (error == 0 && doprop) in hammer_create_at_cursor()
2438 int doprop; in hammer_delete_at_cursor() local
2452 doprop = 0; in hammer_delete_at_cursor()
2476 doprop = 1; in hammer_delete_at_cursor()
2514 if (doprop) { in hammer_delete_at_cursor()
2584 if (doprop) { in hammer_delete_at_cursor()