Home
last modified time | relevance | path

Searched refs:operation_result_unref (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/home/
Dhomed-home.c719 … h->current_operation = operation_result_unref(h->current_operation, r, NULL); in home_fixate_finish()
729 h->current_operation = operation_result_unref(h->current_operation, 0, NULL); in home_fixate_finish()
739 h->current_operation = operation_result_unref(h->current_operation, r, &error); in home_fixate_finish()
787 h->current_operation = operation_result_unref(h->current_operation, r, &error); in home_activate_finish()
812 h->current_operation = operation_result_unref(h->current_operation, r, &error); in home_deactivate_finish()
851 h->current_operation = operation_result_unref(h->current_operation, 0, NULL); in home_remove_finish()
860 h->current_operation = operation_result_unref(h->current_operation, r, &error); in home_remove_finish()
875 h->current_operation = operation_result_unref(h->current_operation, ret, &error); in home_create_finish()
899 h->current_operation = operation_result_unref(h->current_operation, 0, NULL); in home_create_finish()
940 h->current_operation = operation_result_unref(h->current_operation, r, &error); in home_change_finish()
[all …]
Dhomed-operation.h57 static inline Operation* operation_result_unref(Operation *o, int ret, const sd_bus_error *error) { in operation_result_unref() function