Home
last modified time | relevance | path

Searched refs:pos_high (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/c6x/include/asm/
Dsyscalls.h28 size_t count, off_t pos_low, off_t pos_high);
30 size_t count, off_t pos_low, off_t pos_high);
/Linux-v4.19/fs/
Dread_write.c1232 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1234 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1250 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument
1253 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
1338 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1340 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1356 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument
1358 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
/Linux-v4.19/include/linux/
Dcompat.h619 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
622 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
905 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
908 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);