Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs.c2015 unsigned int *chunk_count_written, in ksmbd_vfs_copy_file_ranges() argument
2024 *chunk_count_written = 0; in ksmbd_vfs_copy_file_ranges()
2122 *chunk_count_written = 0; in ksmbd_vfs_copy_file_ranges()
2187 *chunk_count_written += 1; in ksmbd_vfs_copy_file_ranges()
H A Dsmb2pdu.c10267 unsigned int i, chunk_count, chunk_count_written = 0; in fsctl_copychunk() local
10357 &chunk_count_written, in fsctl_copychunk()
10379 ci_rsp->ChunksWritten = cpu_to_le32(chunk_count_written); in fsctl_copychunk()