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.c1820 u32 max_bytes_copy = READ_ONCE(tcon->max_bytes_copy); in calc_chunk_count() local
1825 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count()
1831 allowed = DIV_ROUND_UP(max_bytes_copy, max_bytes_chunk); in calc_chunk_count()
1916 copy_bytes_left = umin(total_bytes_left, tcon->max_bytes_copy); in smb2_copychunk_range()
1996 if (bytes_written < tcon->max_bytes_copy) { in smb2_copychunk_range()
1998 tcon->max_bytes_copy, bytes_written); in smb2_copychunk_range()
1999 tcon->max_bytes_copy = bytes_written; in smb2_copychunk_range()
H A Dcifsglob.h1292 __u32 max_bytes_copy; member
H A Dsmb2pdu.c2092 tcon->max_bytes_copy = 16777216; in init_copy_chunk_defaults()