taglinefilesource code
offset_high83fs/read_write.casmlinkage int sys_llseek(unsigned int fd, unsigned long offset_high,
offset_high98fs/read_write.coffset = (loff_t) (((unsigned long long) offset_high << 32) | offset_low);