Home
last modified time | relevance | path

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

/fs/
Dexec.c429 int offset, bytes_to_copy; in copy_strings() local
435 bytes_to_copy = offset; in copy_strings()
436 if (bytes_to_copy > len) in copy_strings()
437 bytes_to_copy = len; in copy_strings()
439 offset -= bytes_to_copy; in copy_strings()
440 pos -= bytes_to_copy; in copy_strings()
441 str -= bytes_to_copy; in copy_strings()
442 len -= bytes_to_copy; in copy_strings()
463 if (copy_from_user(kaddr+offset, str, bytes_to_copy)) { in copy_strings()
Dcompat.c1322 int offset, bytes_to_copy; in compat_copy_strings() local
1328 bytes_to_copy = offset; in compat_copy_strings()
1329 if (bytes_to_copy > len) in compat_copy_strings()
1330 bytes_to_copy = len; in compat_copy_strings()
1332 offset -= bytes_to_copy; in compat_copy_strings()
1333 pos -= bytes_to_copy; in compat_copy_strings()
1334 str -= bytes_to_copy; in compat_copy_strings()
1335 len -= bytes_to_copy; in compat_copy_strings()
1368 bytes_to_copy)) { in compat_copy_strings()