Searched refs:max_bytes_copy (Results 1 – 3 of 3) sorted by relevance
1832 u32 max_bytes_copy = READ_ONCE(tcon->max_bytes_copy); in calc_chunk_count() local1837 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count()1843 allowed = DIV_ROUND_UP(max_bytes_copy, max_bytes_chunk); in calc_chunk_count()1928 copy_bytes_left = umin(total_bytes_left, tcon->max_bytes_copy); in smb2_copychunk_range()2008 if (bytes_written < tcon->max_bytes_copy) { in smb2_copychunk_range()2010 tcon->max_bytes_copy, bytes_written); in smb2_copychunk_range()2011 tcon->max_bytes_copy = bytes_written; in smb2_copychunk_range()
1282 __u32 max_bytes_copy; member
2089 tcon->max_bytes_copy = 16777216; in init_copy_chunk_defaults()