Searched refs:max_response_size (Results 1 – 4 of 4) sorted by relevance
103 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc() argument110 zq->reply.message = kmalloc(max_response_size, GFP_KERNEL); in zcrypt_queue_alloc()113 zq->reply.length = max_response_size; in zcrypt_queue_alloc()
151 __u32 max_response_size);
1916 u32 max_response_size; in smb3_enum_snapshots() local1938 max_response_size = MIN_SNAPSHOT_ARRAY_SIZE; in smb3_enum_snapshots()1940 max_response_size = CIFSMaxBufSize; in smb3_enum_snapshots()1946 NULL, 0 /* no input data */, max_response_size, in smb3_enum_snapshots()
2656 __u32 max_response_size) in SMB2_ioctl_init() argument2725 req->MaxOutputResponse = cpu_to_le32(max_response_size); in SMB2_ioctl_init()