Lines Matching refs:file_offset
3596 in_data.file_offset = cpu_to_le64(off); in smb3_simple_fallocate_range()
3629 if (off < le64_to_cpu(tmp_data->file_offset)) { in smb3_simple_fallocate_range()
3635 l = le64_to_cpu(tmp_data->file_offset) - off; in smb3_simple_fallocate_range()
3943 in_data.file_offset = cpu_to_le64(offset); in smb3_llseek()
3970 offset = le64_to_cpu(out_data->file_offset); in smb3_llseek()
3973 if (offset < le64_to_cpu(out_data->file_offset)) in smb3_llseek()
3976 offset = le64_to_cpu(out_data->file_offset) + le64_to_cpu(out_data->length); in smb3_llseek()
4003 in_data.file_offset = cpu_to_le64(start); in smb3_fiemap()
4036 le64_to_cpu(out_data[i].file_offset), in smb3_fiemap()
4037 le64_to_cpu(out_data[i].file_offset), in smb3_fiemap()
4049 next = le64_to_cpu(out_data[num - 1].file_offset) + in smb3_fiemap()