Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2proto.h165 __u32 max_response_size);
Dsmb2ops.c2093 u32 max_response_size; in smb3_enum_snapshots() local
2115 max_response_size = MIN_SNAPSHOT_ARRAY_SIZE; in smb3_enum_snapshots()
2117 max_response_size = CIFSMaxBufSize; in smb3_enum_snapshots()
2122 NULL, 0 /* no input data */, max_response_size, in smb3_enum_snapshots()
Dsmb2pdu.c2927 __u32 max_response_size) in SMB2_ioctl_init() argument
2997 req->MaxOutputResponse = cpu_to_le32(max_response_size); in SMB2_ioctl_init()
2999 cpu_to_le16(DIV_ROUND_UP(max(indatalen, max_response_size), in SMB2_ioctl_init()