Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.h99 unsigned int *chunk_count_written,
H A Dvfs.c1758 unsigned int *chunk_count_written, in ksmbd_vfs_copy_file_ranges()
1767 *chunk_count_written = 0; in ksmbd_vfs_copy_file_ranges()
1819 *chunk_count_written += 1; 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.c7231 unsigned int i, chunk_count, chunk_count_written = 0; in fsctl_copychunk() local
7301 &chunk_count_written, in fsctl_copychunk()
7323 ci_rsp->ChunksWritten = cpu_to_le32(chunk_count_written); in fsctl_copychunk()

Completed in 12 milliseconds