Searched refs:copy_path (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219 | 185 iotests.FilePath('copy.img') as copy_path, \ 217 'target': copy_path, 227 'target': copy_path,
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 2826 __le16 *copy_path = NULL; in smb311_posix_mkdir() local 2892 rc = alloc_path_with_tree_prefix(©_path, ©_size, in smb311_posix_mkdir() 2902 utf16_path = copy_path; in smb311_posix_mkdir() 2909 copy_path = kzalloc(copy_size, GFP_KERNEL); in smb311_posix_mkdir() 2910 if (!copy_path) { in smb311_posix_mkdir() 2914 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2919 utf16_path = copy_path; in smb311_posix_mkdir() 3007 __le16 *copy_path; in SMB2_open_init() local 3046 rc = alloc_path_with_tree_prefix(©_path, ©_size, in SMB2_open_init() 3053 path = copy_path; in SMB2_open_init() [all …]
|