Searched refs:pos_low (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ |
D | read_write.c | 1233 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1235 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1254 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument 1257 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6() 1342 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1344 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1363 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument 1365 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
|
/linux-4.19.296/include/linux/ |
D | compat.h | 620 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 623 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 906 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags); 909 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
|