Searched refs:offset_low (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-x86_64/ |
D | desc.h | 24 u16 offset_low; member 87 s.offset_low = PTR_LOW(func); in _set_gate()
|
/linux-2.4.37.9/fs/ |
D | read_write.c | 153 unsigned long offset_low, loff_t * result, in sys_llseek() argument 168 offset = llseek(file, ((loff_t) offset_high << 32) | offset_low, in sys_llseek()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 180 sys32_truncate64(char * filename, unsigned long offset_low, unsigned long offset_high) in sys32_truncate64() argument 182 return sys_truncate(filename, ((loff_t) offset_high << 32) | offset_low); in sys32_truncate64() 188 sys32_ftruncate64(unsigned int fd, unsigned long offset_low, unsigned long offset_high) in sys32_ftruncate64() argument 190 return sys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in sys32_ftruncate64()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 1034 unsigned long offset_low, loff_t * result, 1038 unsigned int offset_low, loff_t * result, in sys32_llseek() argument 1041 return sys_llseek(fd, offset_high, offset_low, result, origin); in sys32_llseek()
|