Home
last modified time | relevance | path

Searched refs:max_response_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/s390/crypto/
Dzcrypt_queue.c108 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc() argument
115 zq->reply.msg = kmalloc(max_response_size, GFP_KERNEL); in zcrypt_queue_alloc()
118 zq->reply.len = max_response_size; in zcrypt_queue_alloc()
/Linux-v5.10/fs/cifs/
Dsmb2proto.h165 __u32 max_response_size);
Dsmb2ops.c2064 u32 max_response_size; in smb3_enum_snapshots() local
2086 max_response_size = MIN_SNAPSHOT_ARRAY_SIZE; in smb3_enum_snapshots()
2088 max_response_size = CIFSMaxBufSize; in smb3_enum_snapshots()
2094 NULL, 0 /* no input data */, max_response_size, in smb3_enum_snapshots()
Dsmb2pdu.c2908 __u32 max_response_size) in SMB2_ioctl_init() argument
2978 req->MaxOutputResponse = cpu_to_le32(max_response_size); in SMB2_ioctl_init()
2980 cpu_to_le16(DIV_ROUND_UP(max(indatalen, max_response_size), in SMB2_ioctl_init()