Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/kunit/
Dkunit_tool_test.py101 log_path = get_absolute_path(
103 file = open(log_path)
114 log_path = get_absolute_path(
116 with open(log_path) as file:
/Linux-v5.10/tools/perf/Documentation/
DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/Linux-v5.10/fs/btrfs/
Dtree-log.c2199 struct btrfs_path *log_path, in check_item_in_log() argument
2234 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2239 log_path, in check_item_in_log()
2247 btrfs_release_path(log_path); in check_item_in_log()
2285 btrfs_release_path(log_path); in check_item_in_log()
2294 btrfs_release_path(log_path); in check_item_in_log()
2305 struct btrfs_path *log_path; in replay_xattr_deletes() local
2310 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2311 if (!log_path) in replay_xattr_deletes()
2353 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
[all …]