Home
last modified time | relevance | path

Searched refs:total_size_written (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.h101 loff_t *total_size_written);
H A Dvfs.c1760 loff_t *total_size_written) in ksmbd_vfs_copy_file_ranges()
1769 *total_size_written = 0; in ksmbd_vfs_copy_file_ranges()
1820 *total_size_written += ret; in ksmbd_vfs_copy_file_ranges()
1753 ksmbd_vfs_copy_file_ranges(struct ksmbd_work *work, struct ksmbd_file *src_fp, struct ksmbd_file *dst_fp, struct srv_copychunk *chunks, unsigned int chunk_count, unsigned int *chunk_count_written, unsigned int *chunk_size_written, loff_t *total_size_written) ksmbd_vfs_copy_file_ranges() argument
H A Dsmb2pdu.c7233 loff_t total_size_written = 0; in fsctl_copychunk() local
7251 total_size_written = 0; in fsctl_copychunk()
7265 total_size_written += le32_to_cpu(chunks[i].Length); in fsctl_copychunk()
7269 total_size_written > ksmbd_server_side_copy_max_total_size()) { in fsctl_copychunk()
7303 &total_size_written); in fsctl_copychunk()
7325 ci_rsp->TotalBytesWritten = cpu_to_le32(total_size_written); in fsctl_copychunk()

Completed in 11 milliseconds