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