Searched refs:file_allocated_range_buffer (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | vfs.h | 132 struct file_allocated_range_buffer; 134 struct file_allocated_range_buffer *ranges,
|
H A D | smb2pdu.c | 7915 struct file_allocated_range_buffer *qar_req, in fsctl_query_allocated_ranges() 7916 struct file_allocated_range_buffer *qar_rsp, in fsctl_query_allocated_ranges() 8261 if (in_buf_len < sizeof(struct file_allocated_range_buffer)) { in smb2_ioctl() 8267 (struct file_allocated_range_buffer *)buffer, in smb2_ioctl() 8268 (struct file_allocated_range_buffer *)&rsp->Buffer[0], in smb2_ioctl() 8270 sizeof(struct file_allocated_range_buffer), &nbytes); in smb2_ioctl() 8278 nbytes *= sizeof(struct file_allocated_range_buffer); in smb2_ioctl()
|
H A D | vfs.c | 1005 struct file_allocated_range_buffer *ranges, in ksmbd_vfs_fqar_lseek()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 3383 struct file_allocated_range_buffer in_data, *out_data = NULL, *tmp_data; in smb3_simple_fallocate_range() 3395 1024 * sizeof(struct file_allocated_range_buffer), in smb3_simple_fallocate_range() 3417 if (out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_simple_fallocate_range() 3452 out_data_len -= sizeof(struct file_allocated_range_buffer); in smb3_simple_fallocate_range() 3700 struct file_allocated_range_buffer in_data, *out_data = NULL; in smb3_llseek() 3741 sizeof(struct file_allocated_range_buffer), in smb3_llseek() 3756 if (out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_llseek() 3783 struct file_allocated_range_buffer in_data, *out_data; in smb3_fiemap() 3801 1024 * sizeof(struct file_allocated_range_buffer), in smb3_fiemap() 3811 if (out_data_len && out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_fiemap() [all …]
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1680 struct file_allocated_range_buffer { struct
|