Searched refs:log_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 101 log_path = get_absolute_path( 103 file = open(log_path) 114 log_path = get_absolute_path( 116 with open(log_path) as file:
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 2244 struct btrfs_path *log_path, in check_item_in_log() 2279 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log() 2284 log_path, in check_item_in_log() 2292 btrfs_release_path(log_path); in check_item_in_log() 2330 btrfs_release_path(log_path); in check_item_in_log() 2339 btrfs_release_path(log_path); in check_item_in_log() 2350 struct btrfs_path *log_path; in replay_xattr_deletes() local 2355 log_path = btrfs_alloc_path(); in replay_xattr_deletes() 2356 if (!log_path) in replay_xattr_deletes() 2398 log_di = btrfs_lookup_xattr(NULL, log, log_path, in in replay_xattr_deletes() 2240 check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_path *log_path, struct inode *dir, struct btrfs_key *dir_key) check_item_in_log() argument 2463 struct btrfs_path *log_path; replay_dir_deletes() local [all...] |
/kernel/linux/build/ |
H A D | kernel_build.py | 362 log_path = os.getcwd() 364 log_file = os.path.join(log_path, 'kernel_build_test.log')
|
/kernel/liteos_m/tools/ |
H A D | mem_analysis.py | 293 def parse_log(log_path):
294 with open(log_path, "r") as log_fd:
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 2101 struct btrfs_path *log_path, in check_item_in_log() 2132 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log() 2147 btrfs_release_path(log_path); in check_item_in_log() 2168 btrfs_release_path(log_path); in check_item_in_log() 2181 struct btrfs_path *log_path; in replay_xattr_deletes() local 2186 log_path = btrfs_alloc_path(); in replay_xattr_deletes() 2187 if (!log_path) in replay_xattr_deletes() 2229 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes() 2231 btrfs_release_path(log_path); in replay_xattr_deletes() 2266 btrfs_free_path(log_path); in replay_xattr_deletes() 2098 check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_path *log_path, struct inode *dir, struct btrfs_key *dir_key) check_item_in_log() argument 2293 struct btrfs_path *log_path; replay_dir_deletes() local [all...] |
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 100 log_path = test_data_path('test_output_isolated_correctly.log') 101 with open(log_path) as file: 111 log_path = test_data_path('test_pound_sign.log') 112 with open(log_path) as file:
|
Completed in 18 milliseconds