Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/ !
H A Dkunit_tool_test.py103 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:
/linux/tools/perf/Documentation/ !
H A DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/linux/fs/btrfs/ !
H A Dtree-log.c2424 struct btrfs_path *log_path, in check_item_in_log() argument
2462 log_di = btrfs_lookup_dir_index_item(trans, wc->log, log_path, in check_item_in_log()
2482 btrfs_release_path(log_path); in check_item_in_log()
2506 btrfs_release_path(log_path); in check_item_in_log()
2519 BTRFS_PATH_AUTO_FREE(log_path); in replay_xattr_deletes()
2524 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2525 if (!log_path) { in replay_xattr_deletes()
2576 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2578 btrfs_release_path(log_path); in replay_xattr_deletes()
2658 BTRFS_PATH_AUTO_FREE(log_path); in replay_dir_deletes()
[all …]