Searched refs:log_path (Results 1 – 3 of 3) sorted by relevance
104 log_path = _test_data_path('test_output_isolated_correctly.log')105 with open(log_path) as file:115 log_path = _test_data_path('test_pound_sign.log')116 with open(log_path) as file:
62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
2396 struct btrfs_path *log_path, in check_item_in_log() argument2434 log_di = btrfs_lookup_dir_index_item(trans, wc->log, log_path, in check_item_in_log()2454 btrfs_release_path(log_path); in check_item_in_log()2478 btrfs_release_path(log_path); in check_item_in_log()2491 BTRFS_PATH_AUTO_FREE(log_path); in replay_xattr_deletes()2496 log_path = btrfs_alloc_path(); in replay_xattr_deletes()2497 if (!log_path) { in replay_xattr_deletes()2548 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()2550 btrfs_release_path(log_path); in replay_xattr_deletes()2630 BTRFS_PATH_AUTO_FREE(log_path); in replay_dir_deletes()[all …]