tag
line
file
source code
offset_high
52
fs/read_write.c
asmlinkage int sys_llseek(unsigned int fd, unsigned long offset_high,
offset_high
67
fs/read_write.c
offset = (loff_t) (((unsigned long long) offset_high << 32) | offset_low);