Searched refs:log_path (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py100 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:
/linux-master/fs/btrfs/
H A Dtree-log.c2097 struct btrfs_path *log_path,
2128 log_di = btrfs_lookup_dir_index_item(trans, log, log_path,
2143 btrfs_release_path(log_path);
2164 btrfs_release_path(log_path);
2177 struct btrfs_path *log_path; local
2182 log_path = btrfs_alloc_path();
2183 if (!log_path)
2225 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2227 btrfs_release_path(log_path);
2262 btrfs_free_path(log_path);
2094 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) argument
2289 struct btrfs_path *log_path; local
[all...]

Completed in 187 milliseconds