Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dvfs.h99 unsigned int *chunk_count_written,
Dvfs.c1786 unsigned int *chunk_count_written, in ksmbd_vfs_copy_file_ranges() argument
1795 *chunk_count_written = 0; in ksmbd_vfs_copy_file_ranges()
1847 *chunk_count_written += 1; in ksmbd_vfs_copy_file_ranges()
Dsmb2pdu.c7555 unsigned int i, chunk_count, chunk_count_written = 0; in fsctl_copychunk() local
7624 &chunk_count_written, in fsctl_copychunk()
7646 ci_rsp->ChunksWritten = cpu_to_le32(chunk_count_written); in fsctl_copychunk()