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.py101 log_path = test_data_path('test_output_isolated_correctly.log')
102 with open(log_path) as file:
112 log_path = test_data_path('test_pound_sign.log')
113 with open(log_path) as file:
/linux/fs/btrfs/
H A Dtree-log.c2149 struct btrfs_path *log_path, in check_item_in_log() argument
2180 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log()
2195 btrfs_release_path(log_path); in check_item_in_log()
2216 btrfs_release_path(log_path); in check_item_in_log()
2230 struct btrfs_path *log_path; in replay_xattr_deletes() local
2235 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2236 if (!log_path) in replay_xattr_deletes()
2278 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2280 btrfs_release_path(log_path); in replay_xattr_deletes()
2315 btrfs_free_path(log_path); in replay_xattr_deletes()
[all …]
/linux/tools/perf/Documentation/
H A DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a