Lines Matching refs:file_offset
3436 in_data.file_offset = cpu_to_le64(off); in smb3_simple_fallocate_range()
3469 if (off < le64_to_cpu(tmp_data->file_offset)) { in smb3_simple_fallocate_range()
3475 l = le64_to_cpu(tmp_data->file_offset) - off; in smb3_simple_fallocate_range()
3785 in_data.file_offset = cpu_to_le64(offset); in smb3_llseek()
3812 offset = le64_to_cpu(out_data->file_offset); in smb3_llseek()
3815 if (offset < le64_to_cpu(out_data->file_offset)) in smb3_llseek()
3818 offset = le64_to_cpu(out_data->file_offset) + le64_to_cpu(out_data->length); in smb3_llseek()
3845 in_data.file_offset = cpu_to_le64(start); in smb3_fiemap()
3878 le64_to_cpu(out_data[i].file_offset), in smb3_fiemap()
3879 le64_to_cpu(out_data[i].file_offset), in smb3_fiemap()
3891 next = le64_to_cpu(out_data[num - 1].file_offset) + in smb3_fiemap()