Lines Matching refs:log_path
2417 struct btrfs_path *log_path, in check_item_in_log() argument
2455 log_di = btrfs_lookup_dir_index_item(trans, wc->log, log_path, in check_item_in_log()
2475 btrfs_release_path(log_path); in check_item_in_log()
2499 btrfs_release_path(log_path); in check_item_in_log()
2512 BTRFS_PATH_AUTO_FREE(log_path); in replay_xattr_deletes()
2517 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2518 if (!log_path) { in replay_xattr_deletes()
2569 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2571 btrfs_release_path(log_path); in replay_xattr_deletes()
2651 BTRFS_PATH_AUTO_FREE(log_path); in replay_dir_deletes()
2656 log_path = btrfs_alloc_path(); in replay_dir_deletes()
2657 if (!log_path) { in replay_dir_deletes()
2732 ret = check_item_in_log(wc, log_path, dir, &found_key, del_all); in replay_dir_deletes()