Lines Matching refs:total
1293 size_t total = 0; in ntfs_copy_from_user() local
1312 total += len; in ntfs_copy_from_user()
1320 return total; in ntfs_copy_from_user()
1322 total += len - left; in ntfs_copy_from_user()
1339 size_t total = 0; in __ntfs_copy_from_user_iovec_inatomic() local
1350 total += len; in __ntfs_copy_from_user_iovec_inatomic()
1354 total -= left; in __ntfs_copy_from_user_iovec_inatomic()
1362 return total; in __ntfs_copy_from_user_iovec_inatomic()
1410 size_t copied, len, total = 0; in ntfs_copy_from_user_iovec() local
1433 total += len; in ntfs_copy_from_user_iovec()
1441 return total; in ntfs_copy_from_user_iovec()
1443 total += copied; in ntfs_copy_from_user_iovec()