Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmbglob.h19 __u32 max_read_size; member
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst174 max_read_size
/linux/fs/smb/server/
H A Dsmb2pdu.c299 rsp->MaxReadSize = cpu_to_le32(conn->vals->max_read_size); in init_smb2_neg_rsp()
1325 rsp->MaxReadSize = cpu_to_le32(conn->vals->max_read_size); in generate_preauth_hash()
6993 unsigned int max_read_size = conn->vals->max_read_size; in smb2_read()
7027 max_read_size = get_smbd_max_read_write_size(work->conn->transport); in smb2_write_pipe()
7028 if (max_read_size == 0) { in smb2_write_pipe()
7070 if (length > max_read_size) { in smb2_write_pipe()
7072 max_read_size); in smb2_write_pipe()
6851 unsigned int max_read_size = conn->vals->max_read_size; smb2_read() local