Searched refs:pos_low (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
A D | read_write.c | 1100 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1102 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1120 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument 1123 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6() 1141 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1143 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1161 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument 1163 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
|
/linux/include/linux/ |
A D | compat.h | 607 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 610 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 824 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags); 827 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
|
Completed in 11 milliseconds