Searched refs:max_response_size (Results 1 – 4 of 4) sorted by relevance
108 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc() argument115 zq->reply.msg = kmalloc(max_response_size, GFP_KERNEL); in zcrypt_queue_alloc()118 zq->reply.len = max_response_size; in zcrypt_queue_alloc()
165 __u32 max_response_size);
2093 u32 max_response_size; in smb3_enum_snapshots() local2115 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()
2927 __u32 max_response_size) in SMB2_ioctl_init() argument2997 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()