Home
last modified time | relevance | path

Searched refs:doprop (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_object.c1128 int doprop; in hammer_ip_sync_record_cursor() local
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()
[all …]
H A Dhammer_btree.c793 int *doprop) in hammer_btree_insert() argument
799 *doprop = 0; in hammer_btree_insert()
833 *doprop = 1; in hammer_btree_insert()
837 *doprop = 1; in hammer_btree_insert()
H A Dhammer.h1114 hammer_btree_leaf_elm_t elm, int *doprop);