Home
last modified time | relevance | path

Searched refs:dst_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D25586 iotests.FilePath('dst.qcow2') as dst_path, \
96 iotests.qemu_img_create('-f', iotests.imgfmt, dst_path, size_str)
105 vm.add_blockdev('file,node-name=dst-file,filename=%s' % (dst_path))
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py188 src_path, dst_path = task
189 logger.debug('Install %s as %s', src_path, dst_path)
192 os.path.join(hdddir, dst_path))
H A Dbootimg-efi.py409 for src_path, dst_path in cls.install_task:
412 os.path.join(hdddir, dst_path))
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-commit-active31 iotests.FilePath('mirror-dst.img') as dst_path, \
39 iotests.qemu_img_create('-f', iotests.imgfmt, dst_path, img_size)
/openbmc/linux/fs/btrfs/
H A Dqgroup.c2255 dst_path->nodes[cur_level] = eb; in qgroup_trace_new_subtree_blocks()
2256 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks()
2269 eb = dst_path->nodes[cur_level]; in qgroup_trace_new_subtree_blocks()
2295 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks()
2296 dst_path->locks[cur_level] = 0; in qgroup_trace_new_subtree_blocks()
2330 dst_path = btrfs_alloc_path(); in qgroup_trace_subtree_swap()
2331 if (!dst_path) { in qgroup_trace_subtree_swap()
2337 dst_path->nodes[level] = dst_eb; in qgroup_trace_subtree_swap()
2338 dst_path->slots[level] = 0; in qgroup_trace_subtree_swap()
2339 dst_path->locks[level] = 0; in qgroup_trace_subtree_swap()
[all …]
H A Dtree-log.c3594 dst = dst_path->nodes[0]; in flush_dir_items_batch()
3608 btrfs_release_path(dst_path); in flush_dir_items_batch()
3907 btrfs_release_path(dst_path); in log_dir_items()
4492 btrfs_release_path(dst_path); in copy_items()
4824 if (!dst_path) { in btrfs_log_prealloc_extents()
4826 if (!dst_path) { in btrfs_log_prealloc_extents()
4837 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents()
6339 struct btrfs_path *dst_path; in btrfs_log_inode() local
6359 if (!dst_path) { in btrfs_log_inode()
6539 btrfs_release_path(dst_path); in btrfs_log_inode()
[all …]
H A Dsend.c5874 static int clone_range(struct send_ctx *sctx, struct btrfs_path *dst_path, in clone_range() argument
5901 return send_extent_data(sctx, dst_path, offset, len); in clone_range()
5999 ret = send_extent_data(sctx, dst_path, offset, in clone_range()
6075 ret = send_extent_data(sctx, dst_path, in clone_range()
6102 ret = send_extent_data(sctx, dst_path, offset, in clone_range()
6135 ret = send_extent_data(sctx, dst_path, offset, len); in clone_range()
/openbmc/linux/include/trace/events/
H A Dcgroup.h132 __string( dst_path, path )
140 __assign_str(dst_path, path);
147 __get_str(dst_path), __entry->pid, __get_str(comm))
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py735 dst_path = os.path.normpath(os.path.join(path_, raw_event.name))
739 self._mv[mv_[0]] = (dst_path, datetime.now())
747 not watch_.exclude_filter(dst_path)):
752 self._watch_manager.add_watch(dst_path, watch_.mask,
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c1819 const char *const dst_path) in copy_binary() argument
1824 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC); in copy_binary()
1827 TH_LOG("Failed to open \"%s\": %s", dst_path, strerror(errno)); in copy_binary()