Home
last modified time | relevance | path

Searched refs:target_start (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dstackinit_kunit.c31 static void *fill_start, *target_start; variable
192 target_start, target_size), \
197 (ssize_t)(uintptr_t)target_start)); \
228 target_start = &var; \
248 memcpy(check_buf, target_start, target_size); \
376 target_start = &var; in __leaf_switch_none()
384 memcpy(check_buf, target_start, target_size); in __leaf_switch_none()
387 target_start = &var; in __leaf_switch_none()
395 memcpy(check_buf, target_start, target_size); in __leaf_switch_none()
/linux/fs/ntfs3/
H A Dinode.c1818 char *target_start; in ntfs_translate_junction() local
1858 target_start = target; in ntfs_translate_junction()
1859 while (*target_start && *target_start != ':') in ntfs_translate_junction()
1860 ++target_start; in ntfs_translate_junction()
1862 if (!*target_start) { in ntfs_translate_junction()
1870 target_start += 1 + (target_start[1] == '/'); in ntfs_translate_junction()
1871 copy_len = target_len - (target_start - target); in ntfs_translate_junction()
1875 target_start, PATH_MAX - tl_len, copy_len); in ntfs_translate_junction()
1881 strcpy(translated + tl_len, target_start); in ntfs_translate_junction()