Searched refs:pos_low (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/c6x/include/asm/ |
D | syscalls.h | 28 size_t count, off_t pos_low, off_t pos_high); 30 size_t count, off_t pos_low, off_t pos_high);
|
/linux-4.4.14/fs/ |
D | read_write.c | 1070 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1072 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1147 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1149 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 339 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 342 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
|