Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/linux/
Dcompat.h591 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
594 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
844 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
847 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
/Linux-v5.4/fs/
Dread_write.c1251 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1253 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1272 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument
1275 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
1360 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1362 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1381 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument
1383 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()