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