Searched refs:log_path (Results 1 – 3 of 3) sorted by relevance
103 log_path = _test_data_path('test_output_isolated_correctly.log')104 with open(log_path) as file:114 log_path = _test_data_path('test_pound_sign.log')115 with open(log_path) as file:
62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
2417 struct btrfs_path *log_path, in check_item_in_log() argument2455 log_di = btrfs_lookup_dir_index_item(trans, wc->log, log_path, in check_item_in_log()2475 btrfs_release_path(log_path); in check_item_in_log()2499 btrfs_release_path(log_path); in check_item_in_log()2512 BTRFS_PATH_AUTO_FREE(log_path); in replay_xattr_deletes()2517 log_path = btrfs_alloc_path(); in replay_xattr_deletes()2518 if (!log_path) { in replay_xattr_deletes()2569 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()2571 btrfs_release_path(log_path); in replay_xattr_deletes()2651 BTRFS_PATH_AUTO_FREE(log_path); in replay_dir_deletes()[all …]