Searched refs:MAX_CIFS_SMALL_BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance
39 #define MAX_CIFS_SMALL_BUFFER_SIZE 448 /* big enough for most */ macro
591 work->response_buf = kzalloc(MAX_CIFS_SMALL_BUFFER_SIZE, GFP_KERNEL); in allocate_oplock_break_buf()594 work->response_sz = MAX_CIFS_SMALL_BUFFER_SIZE; in allocate_oplock_break_buf()
450 if ((u64)get_rfc1002_len(work->response_buf) + MAX_CIFS_SMALL_BUFFER_SIZE > in is_chained_smb2_message()524 size_t small_sz = MAX_CIFS_SMALL_BUFFER_SIZE; in smb2_allocate_rsp_buf()
1477 MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN, in cifs_init_request_bufs()1478 0, MAX_CIFS_SMALL_BUFFER_SIZE, NULL); in cifs_init_request_bufs()
89 #define MAX_CIFS_SMALL_BUFFER_SIZE 448 /* big enough for most */ macro
4857 } else if (data_offset > MAX_CIFS_SMALL_BUFFER_SIZE) { in handle_read_data()5135 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE) { in receive_encrypted_standard()
874 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE - 4) { in standard_receive3()
1454 } else if (data_offset > MAX_CIFS_SMALL_BUFFER_SIZE) { in cifs_readv_receive()
Completed in 103 milliseconds