Searched refs:file_allocated_range_buffer (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/ksmbd/ |
D | vfs.h | 166 struct file_allocated_range_buffer; 168 struct file_allocated_range_buffer *ranges,
|
D | smb2pdu.c | 7350 struct file_allocated_range_buffer *qar_req, in fsctl_query_allocated_ranges() 7351 struct file_allocated_range_buffer *qar_rsp, in fsctl_query_allocated_ranges() 7681 if (in_buf_len < sizeof(struct file_allocated_range_buffer)) { in smb2_ioctl() 7687 (struct file_allocated_range_buffer *)&req->Buffer[0], in smb2_ioctl() 7688 (struct file_allocated_range_buffer *)&rsp->Buffer[0], in smb2_ioctl() 7690 sizeof(struct file_allocated_range_buffer), &nbytes); in smb2_ioctl() 7698 nbytes *= sizeof(struct file_allocated_range_buffer); in smb2_ioctl()
|
D | smb2pdu.h | 1024 struct file_allocated_range_buffer { struct
|
D | vfs.c | 1025 struct file_allocated_range_buffer *ranges, in ksmbd_vfs_fqar_lseek()
|
/Linux-v5.15/fs/cifs/ |
D | smb2ops.c | 3663 struct file_allocated_range_buffer in_data, *out_data = NULL, *tmp_data; in smb3_simple_fallocate_range() 3675 1024 * sizeof(struct file_allocated_range_buffer), in smb3_simple_fallocate_range() 3697 if (out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_simple_fallocate_range() 3732 out_data_len -= sizeof(struct file_allocated_range_buffer); in smb3_simple_fallocate_range() 3946 struct file_allocated_range_buffer in_data, *out_data = NULL; in smb3_llseek() 3987 sizeof(struct file_allocated_range_buffer), in smb3_llseek() 4002 if (out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_llseek() 4029 struct file_allocated_range_buffer in_data, *out_data; in smb3_fiemap() 4047 1024 * sizeof(struct file_allocated_range_buffer), in smb3_fiemap() 4057 if (out_data_len && out_data_len < sizeof(struct file_allocated_range_buffer)) { in smb3_fiemap() [all …]
|
D | smb2pdu.h | 1071 struct file_allocated_range_buffer { struct
|