Home
last modified time | relevance | path

Searched refs:MAX_CIFS_SMALL_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifsfs.c1336 MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN, in cifs_init_request_bufs()
1337 0, MAX_CIFS_SMALL_BUFFER_SIZE, NULL); in cifs_init_request_bufs()
Dsmb2ops.c3077 } else if (data_offset > MAX_CIFS_SMALL_BUFFER_SIZE) { in handle_read_data()
3232 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE) { in receive_encrypted_standard()
Dcifspdu.h108 #define MAX_CIFS_SMALL_BUFFER_SIZE 448 /* big enough for most */ macro
Dconnect.c878 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE - 4) { in standard_receive3()
Dcifssmb.c1562 } else if (data_offset > MAX_CIFS_SMALL_BUFFER_SIZE) { in cifs_readv_receive()