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