Searched refs:fsctl_buf (Results 1 – 1 of 1) sorted by relevance
3372 struct file_zero_data_information fsctl_buf; in smb3_zero_range() local3403 fsctl_buf.FileOffset = cpu_to_le64(offset); in smb3_zero_range()3404 fsctl_buf.BeyondFinalZero = cpu_to_le64(offset + len); in smb3_zero_range()3408 (char *)&fsctl_buf, in smb3_zero_range()3439 struct file_zero_data_information fsctl_buf; in smb3_punch_hole() local3462 fsctl_buf.FileOffset = cpu_to_le64(offset); in smb3_punch_hole()3463 fsctl_buf.BeyondFinalZero = cpu_to_le64(offset + len); in smb3_punch_hole()3467 (char *)&fsctl_buf, in smb3_punch_hole()