Searched refs:target_start (Results 1 – 2 of 2) sorted by relevance
/linux/lib/ |
H A D | stackinit_kunit.c | 31 static void *fill_start, *target_start; variable 230 target_start, target_size), \ 235 (ssize_t)(uintptr_t)target_start)); \ 267 target_start = &var; \ 287 memcpy(check_buf, target_start, target_size); \ 466 target_start = &var; in __leaf_switch_none() 474 memcpy(check_buf, target_start, target_size); in __leaf_switch_none() 477 target_start = &var; in __leaf_switch_none() 485 memcpy(check_buf, target_start, target_size); in __leaf_switch_none()
|
/linux/fs/ntfs3/ |
H A D | inode.c | 1829 char *target_start; in ntfs_translate_junction() local 1869 target_start = target; in ntfs_translate_junction() 1870 while (*target_start && *target_start != ':') in ntfs_translate_junction() 1871 ++target_start; in ntfs_translate_junction() 1873 if (!*target_start) { in ntfs_translate_junction() 1881 target_start += 1 + (target_start[1] == '/'); in ntfs_translate_junction() 1882 copy_len = target_len - (target_start - target); in ntfs_translate_junction() 1886 target_start, PATH_MAX - tl_len, copy_len); in ntfs_translate_junction() 1892 strcpy(translated + tl_len, target_start); in ntfs_translate_junction()
|