Searched refs:log_path (Results 1 – 3 of 3) sorted by relevance
101 log_path = get_absolute_path(103 file = open(log_path)114 log_path = get_absolute_path(116 with open(log_path) as file:
62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
2199 struct btrfs_path *log_path, in check_item_in_log() argument2234 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() local2310 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 …]