Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2ops.c1849 u32 max_bytes_copy = READ_ONCE(tcon->max_bytes_copy); in calc_chunk_count() local
1854 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count()
1860 allowed = DIV_ROUND_UP(max_bytes_copy, max_bytes_chunk); in calc_chunk_count()
1945 copy_bytes_left = umin(total_bytes_left, tcon->max_bytes_copy); in smb2_copychunk_range()
2025 if (bytes_written < tcon->max_bytes_copy) { in smb2_copychunk_range()
2027 tcon->max_bytes_copy, bytes_written); in smb2_copychunk_range()
2028 tcon->max_bytes_copy = bytes_written; in smb2_copychunk_range()
H A Dcifsglob.h1282 __u32 max_bytes_copy; member
H A Dsmb2pdu.c2127 tcon->max_bytes_copy = 16777216; in init_copy_chunk_defaults()