Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/kunit/
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-6.14.4/fs/btrfs/
Dtree-log.c2118 struct btrfs_path *log_path, in check_item_in_log() argument
2149 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log()
2164 btrfs_release_path(log_path); in check_item_in_log()
2185 btrfs_release_path(log_path); in check_item_in_log()
2198 struct btrfs_path *log_path; in replay_xattr_deletes() local
2203 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2204 if (!log_path) in replay_xattr_deletes()
2246 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2248 btrfs_release_path(log_path); in replay_xattr_deletes()
2283 btrfs_free_path(log_path); in replay_xattr_deletes()
[all …]
/linux-6.14.4/tools/perf/Documentation/
DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a