file_allocated_range_buffer 3150 fs/cifs/smb2ops.c 	struct file_allocated_range_buffer in_data, *out_data = NULL;
file_allocated_range_buffer 3191 fs/cifs/smb2ops.c 			sizeof(struct file_allocated_range_buffer),
file_allocated_range_buffer 3206 fs/cifs/smb2ops.c 	if (out_data_len < sizeof(struct file_allocated_range_buffer)) {
file_allocated_range_buffer 3233 fs/cifs/smb2ops.c 	struct file_allocated_range_buffer in_data, *out_data;
file_allocated_range_buffer 3250 fs/cifs/smb2ops.c 			1024 * sizeof(struct file_allocated_range_buffer),
file_allocated_range_buffer 3260 fs/cifs/smb2ops.c 	if (out_data_len && out_data_len < sizeof(struct file_allocated_range_buffer)) {
file_allocated_range_buffer 3264 fs/cifs/smb2ops.c 	if (out_data_len % sizeof(struct file_allocated_range_buffer)) {
file_allocated_range_buffer 3269 fs/cifs/smb2ops.c 	num = out_data_len / sizeof(struct file_allocated_range_buffer);